MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
Public Member Functions | Related Symbols | List of all members
bsoncxx::v_noabi::types::b_codewscope Struct Reference

A BSON JavaScript code with scope value. More...

#include <types.hpp>

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
 

Detailed Description

A BSON JavaScript code with scope value.

Constructor & Destructor Documentation

◆ b_codewscope()

template<typename T , typename U , detail::requires_not_t< int, detail::is_alike< b_codewscope, T > > = 0>
bsoncxx::v_noabi::types::b_codewscope::b_codewscope ( T &&  code,
U &&  scope 
)
inlineexplicit

Constructor for b_codewscope.

Parameters
codeThe js code
scopeA bson document view holding the scope environment.

Friends And Related Symbol Documentation

◆ operator==()

bool operator== ( const b_codewscope lhs,
const b_codewscope rhs 
)
related

free function comparator for b_codewscope


The documentation for this struct was generated from the following file: