MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON JavaScript code with scope value.
Public Member Functions | |
template<typename T , typename U , detail::requires_not_t< int, detail::is_alike< b_codewscope, T > > = 0> | |
b_codewscope (T &&code, U &&scope) | |
Constructor for b_codewscope. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator!= (const b_codewscope &lhs, const b_codewscope &rhs) |
free function comparator for b_codewscope | |
bool | operator== (const b_codewscope &lhs, const b_codewscope &rhs) |
free function comparator for b_codewscope | |
|
inlineexplicit |
Constructor for b_codewscope.
code | The js code |
scope | A bson document view holding the scope environment. |
|
related |
free function comparator for b_codewscope
|
related |
free function comparator for b_codewscope