docudb  1.0
Loading...
Searching...
No Matches
docudb::query::gte Struct Reference

Represents a GREATER OR EQUAL THAN operation for querying. More...

#include <docudb.hpp>

Inheritance diagram for docudb::query::gte:
docudb::query::binary_op

Public Member Functions

 gte (std::string const &name, db_value &&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
 
binderget_binder ()
 

Detailed Description

Represents a GREATER OR EQUAL THAN operation for querying.

Definition at line 368 of file docudb.hpp.

Constructor & Destructor Documentation

◆ gte()

docudb::query::gte::gte ( std::string const & name,
db_value && val )
inlineexplicit

Definition at line 370 of file docudb.hpp.

372 : binary_op(name, ">=", std::move(val)) {}
binary_op(std::string const &json_query, std::string const &op, db_value &&value)
Definition docudb.hpp:245

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