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< Field, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > &&!is_safe< Field > > > Struct Template Reference

#include <restriction_predicate.hxx>

Public Member Functions

bool operator() (const 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< Field, flat_set< Element >, std::enable_if_t< comparable_types< Field, Element > &&!is_safe< Field > > >

Definition at line 244 of file restriction_predicate.hxx.

Member Function Documentation

◆ operator()()

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

Definition at line 247 of file restriction_predicate.hxx.

Member Data Documentation

◆ valid

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

Definition at line 246 of file restriction_predicate.hxx.


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