JASSv2
Typedefs
string_cpp.h File Reference

String type that uses a custom allocator. More...

#include <string>
#include "allocator_cpp.h"
Include dependency graph for string_cpp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::basic_string< char, std::char_traits< char >, allocator_cpp< char > > JASS::string
 A JASS string that uses a JASS allocator_cpp for storage.
 

Detailed Description

String type that uses a custom allocator.

Author
Andrew Trotman