BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | List of all members
graphene::protocol::predicate_eq< fc::optional< Field >, Argument, std::enable_if_t< comparable_types< Field, Argument > > > Struct Template Reference

#include <restriction_predicate.hxx>

Inheritance diagram for graphene::protocol::predicate_eq< fc::optional< Field >, Argument, std::enable_if_t< comparable_types< Field, Argument > > >:
graphene::protocol::predicate_eq< Field, Argument > graphene::protocol::predicate_invalid< Field, Argument >

Public Types

using base = predicate_eq< Field, Argument >
 

Public Member Functions

bool operator() (const fc::optional< Field > &f, const Argument &a) const
 
- Public Member Functions inherited from graphene::protocol::predicate_invalid< Field, Argument >
 predicate_invalid ()
 
bool operator() (const Field &, const Argument &) const
 

Additional Inherited Members

- Static Public Attributes inherited from graphene::protocol::predicate_invalid< Field, Argument >
constexpr static bool valid
 

Detailed Description

template<typename Field, typename Argument>
struct graphene::protocol::predicate_eq< fc::optional< Field >, Argument, std::enable_if_t< comparable_types< Field, Argument > > >

Definition at line 172 of file restriction_predicate.hxx.

Member Typedef Documentation

◆ base

template<typename Field , typename Argument >
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.

Member Function Documentation

◆ operator()()

template<typename Field , typename Argument >
bool graphene::protocol::predicate_eq< fc::optional< Field >, Argument, std::enable_if_t< comparable_types< Field, Argument > > >::operator() ( const fc::optional< Field > &  f,
const Argument &  a 
) const
inline

Definition at line 176 of file restriction_predicate.hxx.


The documentation for this struct was generated from the following file: