MongoDB C++ Driver
mongocxx-3.7.0
|
A BSON JavaScript code value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T , typename std::enable_if<!std::is_same< b_code, typename std::decay< T >::type >::value, int >::type = 0> | |
b_code (T &&t) | |
Constructor for b_code. 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_code &lhs, const b_code &rhs) |
free function comparator for b_code | |
A BSON JavaScript code value.
|
inlineexplicit |
Constructor for b_code.
t | The js code |