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_eq< Field, Argument, std::enable_if_t< is_container< Field > &&is_integral< Argument > > > Struct Template Reference

#include <restriction_predicate.hxx>

Public Member Functions

bool operator() (const Field &f, const Argument &a) const
 

Static Public Attributes

constexpr static bool valid = true
 

Detailed Description

template<typename Field, typename Argument>
struct graphene::protocol::predicate_eq< Field, Argument, std::enable_if_t< is_container< Field > &&is_integral< Argument > > >

Definition at line 166 of file restriction_predicate.hxx.

Member Function Documentation

◆ operator()()

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

Definition at line 169 of file restriction_predicate.hxx.

Member Data Documentation

◆ valid

template<typename Field , typename Argument >
constexpr static bool graphene::protocol::predicate_eq< Field, Argument, std::enable_if_t< is_container< Field > &&is_integral< Argument > > >::valid = true
staticconstexpr

Definition at line 168 of file restriction_predicate.hxx.


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