MongoDB C++ Driver
mongocxx-3.0.0
|
A BSON JavaScript code value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T > | |
b_symbol (T &&symbol) | |
Constructor for b_symbol. More... | |
operator stdx::string_view () | |
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 JavaScript code value.
|
inlineexplicit |
Constructor for b_symbol.
symbol | The symbol. |