MongoDB C++ Driver
mongocxx-3.7.0
|
A BSON Symbol value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T , typename std::enable_if<!std::is_same< b_symbol, typename std::decay< T >::type >::value, int >::type = 0> | |
b_symbol (T &&t) | |
Constructor for b_symbol. More... | |
operator stdx::string_view () const | |
Conversion operator unwrapping a string_view. | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const b_symbol &lhs, const b_symbol &rhs) |
free function comparator for b_symbol | |
A BSON Symbol value.
|
inlineexplicit |
Constructor for b_symbol.
t | The symbol. |