PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
string_view.hpp File Reference

Our partial std::string_view implementation. More...

#include <algorithm>
#include <limits>
#include <stdexcept>
#include <string>
#include <utility>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pmem::obj::basic_string_view< CharT, Traits >
 Our partial std::string_view implementation. More...
 

Namespaces

 pmem
 Persistent memory namespace.
 
 pmem::obj
 Main libpmemobj namespace.
 

Typedefs

using pmem::obj::string_view = basic_string_view< char >
 The most typical string_view usage - the char specialization.
 
using pmem::obj::wstring_view = basic_string_view< wchar_t >
 The wide char specialization.
 
using pmem::obj::u16string_view = basic_string_view< char16_t >
 The char16 specialization.
 
using pmem::obj::u32string_view = basic_string_view< char32_t >
 The char32 specialization.
 

Detailed Description

Our partial std::string_view implementation.