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