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::operation_validator Struct Reference

Used to validate operations in a polymorphic manner. More...

Public Types

typedef void result_type
 

Public Member Functions

template<typename T >
void operator() (const T &v) const
 

Detailed Description

Used to validate operations in a polymorphic manner.

Definition at line 55 of file operations.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 57 of file operations.cpp.

Member Function Documentation

◆ operator()()

template<typename T >
void graphene::protocol::operation_validator::operator() ( const T &  v) const
inline

Definition at line 59 of file operations.cpp.


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