MongoDB C++ Driver
mongocxx-3.7.0
|
A BSON regex value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T , typename U = stdx::string_view, typename std::enable_if<!std::is_same< b_regex, typename std::decay< T >::type >::value, int >::type = 0> | |
b_regex (T &®ex, U &&options=U{}) | |
Constructor for b_regex. More... | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const b_regex &lhs, const b_regex &rhs) |
free function comparator for b_regex | |
A BSON regex value.
|
inlineexplicit |
Constructor for b_regex.
regex | The regex pattern |
options | The regex options |