PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
string.hpp File Reference

String typedefs for common character types. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

String typedefs for common character types.