Match and link CPASParmInfo

Former-commit-id: a04a2267f4
This commit is contained in:
2023-01-11 18:43:43 -08:00
parent ec794eef1a
commit ec14321dcf
10 changed files with 118 additions and 59 deletions

View File

@@ -6,6 +6,7 @@
#include "rstl/rmemory_allocator.hpp"
class CInputStream;
class COutputStream;
namespace rstl {
template < typename _CharTp >
@@ -112,6 +113,7 @@ public:
bool operator<(const basic_string& other) const;
const char* data() const { return x0_ptr; }
void PutTo(COutputStream& out) const;
};
template < typename _CharTp, typename Traits, typename Alloc >