Realm C++ SDK Version v2.2.0
|
#include <bson.hpp>
Public Types | |
enum class | option : uint8_t { none , ignore_case = 1 , multiline = 2 , dotall = 4 , extended = 8 } |
Friends | |
struct | bsoncxx |
Provides regular expression capabilities for pattern matching strings in queries. MongoDB uses Perl compatible regular expressions (i.e. "PCRE") version 8.42 with UTF-8 support.