docudb
1.0
|
Represents a LOGIC AND gate. More...
#include <docudb.hpp>
Public Member Functions | |
logic_and (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 AND gate.
Definition at line 217 of file docudb.hpp.
|
inlineexplicit |
Definition at line 220 of file docudb.hpp.