Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::crypto::is_valid_visitor Struct Reference
Inheritance diagram for fc::crypto::is_valid_visitor:
Collaboration diagram for fc::crypto::is_valid_visitor:

Public Member Functions

template<typename KeyType >
bool operator() (const KeyType &key) const
 

Detailed Description

Definition at line 63 of file public_key.cpp.

Member Function Documentation

◆ operator()()

template<typename KeyType >
bool fc::crypto::is_valid_visitor::operator() ( const KeyType & key) const
inline

Definition at line 65 of file public_key.cpp.

65 {
66 return key.valid();
67 }

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