BitShares-Core
7.0.1
BitShares blockchain node software and command-line wallet software
|
#include <restriction_predicate.hxx>
Public Types | |
using | base = predicate_eq< Field, Argument > |
Public Member Functions | |
bool | operator() (const fc::optional< Field > &f, const Argument &a) const |
![]() | |
predicate_invalid () | |
bool | operator() (const Field &, const Argument &) const |
Additional Inherited Members | |
![]() | |
constexpr static bool | valid |
Definition at line 172 of file restriction_predicate.hxx.
using graphene::protocol::predicate_eq< fc::optional< Field >, Argument, std::enable_if_t< comparable_types< Field, Argument > > >::base = predicate_eq<Field, Argument> |
Definition at line 175 of file restriction_predicate.hxx.
|
inline |
Definition at line 176 of file restriction_predicate.hxx.