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