PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
String typedefs for common character types. More...
#include <libpmemobj++/container/basic_string.hpp>
Go to the source code of this file.
Namespaces | |
pmem | |
Persistent memory namespace. | |
pmem::obj | |
Main libpmemobj namespace. | |
Typedefs | |
using | pmem::obj::string = basic_string< char > |
The most typical string usage - the char specialization. | |
using | pmem::obj::wstring = basic_string< wchar_t > |
The wide char specialization. | |
using | pmem::obj::u16string = basic_string< char16_t > |
The char16 specialization. | |
using | pmem::obj::u32string = basic_string< char32_t > |
The char32 specialization. | |
String typedefs for common character types.