#include <query_comparision.hpp>
|
template<std::convertible_to< Comparison > ... Comps> |
| Or (Comps ...comps) |
|
| Comparison (std::string_view &field, std::string_view name) |
|
| Comparison (std::string field, std::string_view name) |
|
template<std::convertible_to< tyson::TySonObject > T> |
| Comparison (T value, std::string_view name) |
|
| Comparison (tyson::TySonObject &value, std::string_view field, std::string_view name) |
|
std::string | str () |
|
ComparisonType | type () |
|
|
std::string | field_ |
|
std::string | name_ |
|
◆ Or()
template<std::convertible_to<
Comparison > ... Comps>
annadb::Query::Or::Or |
( |
Comps ... |
comps | ) |
|
|
inlineexplicit |
Initialise the Or
comparison
- Parameters
-
comps | a variadic number of comparison objects which should be included in the Or clause |
The documentation for this class was generated from the following file: