MongoDB C++ Driver mongocxx-3.11.0
|
Declares entities representing any BSON value type.
v_noabi::types::bson_value::value bsoncxx::types::bson_value::make_value | ( | T && | t | ) |
|
inline |
|
inline |
|
inline |
bool bsoncxx::types::bson_value::operator!= | ( | const v_noabi::types::bson_value::view & | lhs, |
T && | rhs ) |
bool bsoncxx::types::bson_value::operator!= | ( | T && | lhs, |
const v_noabi::types::bson_value::view & | rhs ) |
|
inline |
|
inline |
|
inline |
bool bsoncxx::types::bson_value::operator== | ( | const v_noabi::types::bson_value::view & | lhs, |
T && | rhs ) |
bool bsoncxx::types::bson_value::operator== | ( | T && | lhs, |
const v_noabi::types::bson_value::view & | rhs ) |