MongoDB C++ Driver
mongocxx-3.7.0
|
A BSON JavaScript code with scope value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T , typename U , typename std::enable_if<!std::is_same< b_codewscope, typename std::decay< T >::type >::value, int >::type = 0> | |
b_codewscope (T &&code, U &&scope) | |
Constructor for b_codewscope. More... | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const b_codewscope &lhs, const b_codewscope &rhs) |
free function comparator for b_codewscope | |
A BSON JavaScript code with scope value.
|
inlineexplicit |
Constructor for b_codewscope.
code | The js code |
scope | A bson document view holding the scope environment. |