MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON Symbol value.
Public Member Functions | |
template<typename T , detail::requires_not_t< int, detail::is_alike< b_symbol, T > > = 0> | |
b_symbol (T &&t) | |
Constructor for b_symbol. | |
operator stdx::string_view () const | |
Conversion operator unwrapping a string_view. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator!= (const b_symbol &lhs, const b_symbol &rhs) |
free function comparator for b_symbol | |
bool | operator== (const b_symbol &lhs, const b_symbol &rhs) |
free function comparator for b_symbol | |
|
inlineexplicit |
Constructor for b_symbol.
t | The symbol. |
|
inline |
Conversion operator unwrapping a string_view.
free function comparator for b_symbol
free function comparator for b_symbol