MongoDB C++ Driver
mongocxx-3.0.1
|
A BSON UTF-8 encoded string value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T > | |
b_utf8 (T &&value) | |
Constructor for b_utf8. More... | |
operator stdx::string_view () | |
Conversion operator unwrapping a string_view. | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const b_utf8 &lhs, const b_utf8 &rhs) |
free function comparator for b_utf8 | |
A BSON UTF-8 encoded string value.
|
inlineexplicit |
Constructor for b_utf8.
value | The value to wrap. |