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_regex Struct Reference

A BSON regex value. More...

#include <types.hpp>

Public Member Functions

template<typename T , typename U = stdx::string_view, detail::requires_not_t< int, detail::is_alike< b_regex, T > > = 0>
 b_regex (T &&regex, U &&options=U{})
 Constructor for b_regex.
 

Related Symbols

(Note that these are not member symbols.)

bool operator== (const b_regex &lhs, const b_regex &rhs)
 free function comparator for b_regex
 

Detailed Description

A BSON regex value.

Constructor & Destructor Documentation

◆ b_regex()

template<typename T , typename U = stdx::string_view, detail::requires_not_t< int, detail::is_alike< b_regex, T > > = 0>
bsoncxx::v_noabi::types::b_regex::b_regex ( T &&  regex,
U &&  options = U{} 
)
inlineexplicit

Constructor for b_regex.

Parameters
regexThe regex pattern
optionsThe regex options

Friends And Related Symbol Documentation

◆ operator==()

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

free function comparator for b_regex


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