PMDK C++ bindings  1.11.1
This is the C++ bindings documentation for PMDK's libpmemobj.
Classes | Namespaces | Functions
string_view.hpp File Reference

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.
 

Detailed Description

Our partial std::string_view implementation.