|
docudb
1.0
|
Represents a REGEXP operation for querying. More...
#include <docudb.hpp>
Public Member Functions | |
| regexp (std::string const &name, std::string const &val) | |
Public Member Functions inherited from docudb::query::binary_op | |
| binary_op (std::string const &json_query, std::string const &op, db_value &&value) | |
| binary_op (std::string const &json_query, std::string const &op, nullptr_t) | |
| std::string | to_query_string () const |
| binder const & | get_binder () const |
| binder & | get_binder () |
Represents a REGEXP operation for querying.
Definition at line 310 of file docudb.hpp.
|
inlineexplicit |
Definition at line 312 of file docudb.hpp.