BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Static Public Attributes | List of all members
graphene::protocol::predicate_in< fc::safe< Field >, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > > > Struct Template Reference

#include <restriction_predicate.hxx>

Public Member Functions

bool operator() (const fc::safe< Field > &f, const flat_set< Element > &c) const
 

Static Public Attributes

constexpr static bool valid = true
 

Detailed Description

template<typename Field, typename Element>
struct graphene::protocol::predicate_in< fc::safe< Field >, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > > >

Definition at line 250 of file restriction_predicate.hxx.

Member Function Documentation

◆ operator()()

template<typename Field , typename Element >
bool graphene::protocol::predicate_in< fc::safe< Field >, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > > >::operator() ( const fc::safe< Field > &  f,
const flat_set< Element > &  c 
) const
inline

Definition at line 253 of file restriction_predicate.hxx.

Member Data Documentation

◆ valid

template<typename Field , typename Element >
constexpr static bool graphene::protocol::predicate_in< fc::safe< Field >, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > > >::valid = true
staticconstexpr

Definition at line 252 of file restriction_predicate.hxx.


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