|
MongoDB C++ Driver current
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON regex value.
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 &®ex, U &&options=U{}) | |
| Constructor for b_regex. | |
Related Symbols | |
(Note that these are not member symbols.) | |
| bool | operator!= (b_regex const &lhs, b_regex const &rhs) |
| free function comparator for b_regex | |
| bool | operator== (b_regex const &lhs, b_regex const &rhs) |
| free function comparator for b_regex | |
|
inlineexplicit |
Constructor for b_regex.
| regex | The regex pattern |
| options | The regex options |
free function comparator for b_regex
free function comparator for b_regex