PMDK C++ bindings
1.11
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Our partial std::string_view implementation. More...
#include <algorithm>
#include <cassert>
#include <string>
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. | |
Functions | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator== (const basic_string_view< CharT, Traits > &lhs, const basic_string_view< CharT, Traits > &rhs) |
Non-member equal operator. | |
Our partial std::string_view implementation.