docudb
1.0
|
Represents a LOGIC OR gate. More...
#include <docudb.hpp>
Public Member Functions | |
logic_or (A &&a, B &&b) | |
![]() | |
logic_gate (A &&a, B &&b, std::string const &gate) | |
std::string | to_query_string () const |
binder const & | get_binder () const |
binder & | get_binder () |
Represents a LOGIC OR gate.
Definition at line 229 of file docudb.hpp.
|
inlineexplicit |
Definition at line 232 of file docudb.hpp.