#include <restriction_predicate.hxx>
|
bool | operator() (const Field &f, const flat_set< Element > &c) const |
|
|
static constexpr bool | valid = true |
|
template<typename Field, typename Element>
struct graphene::protocol::predicate_in< Field, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > &&!is_safe< Field > > >
Definition at line 244 of file restriction_predicate.hxx.
◆ operator()()
template<typename Field , typename Element >
bool graphene::protocol::predicate_in< Field, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > &&!is_safe< Field > > >::operator() |
( |
const Field & |
f, |
|
|
const flat_set< Element > & |
c |
|
) |
| const |
|
inline |
◆ valid
template<typename Field , typename Element >
constexpr bool graphene::protocol::predicate_in< Field, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > &&!is_safe< Field > > >::valid = true |
|
static |
The documentation for this struct was generated from the following file: