BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
graphene::protocol::predicate_has_none< fc::optional< OptionalType >, Argument, void > Struct Template Reference

#include <restriction_predicate.hxx>

Inheritance diagram for graphene::protocol::predicate_has_none< fc::optional< OptionalType >, Argument, void >:
graphene::protocol::predicate_has_all< OptionalType, Argument > graphene::protocol::predicate_invalid< OptionalType, Argument >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

template<typename OptionalType, typename Argument>
struct graphene::protocol::predicate_has_none< fc::optional< OptionalType >, Argument, void >

Definition at line 365 of file restriction_predicate.hxx.

Member Function Documentation

◆ operator()()

template<typename OptionalType , typename Argument >
bool graphene::protocol::predicate_has_none< fc::optional< OptionalType >, Argument, void >::operator() ( const fc::optional< OptionalType > &  f,
const Argument &  a 
) const
inline

Definition at line 367 of file restriction_predicate.hxx.


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