#include <restriction_predicate.hxx>
|
bool | operator() (const Field &f, const Argument &a) const |
|
|
static constexpr bool | valid = true |
|
template<typename Field, typename Argument>
struct graphene::protocol::predicate_eq< Field, Argument, std::enable_if_t< is_container< Field > &&is_integral< Argument > > >
Definition at line 166 of file restriction_predicate.hxx.
◆ operator()()
template<typename Field , typename Argument >
bool graphene::protocol::predicate_eq< Field, Argument, std::enable_if_t< is_container< Field > &&is_integral< Argument > > >::operator() |
( |
const Field & |
f, |
|
|
const Argument & |
a |
|
) |
| const |
|
inline |
◆ valid
template<typename Field , typename Argument >
The documentation for this struct was generated from the following file: