Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
fc::crypto::is_valid_visitor Struct Reference
Inheritance diagram for fc::crypto::is_valid_visitor:
[
legend
]
Collaboration diagram for fc::crypto::is_valid_visitor:
[
legend
]
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:
libraries/fc/src/crypto/
public_key.cpp
fc
crypto
is_valid_visitor
Generated by
1.12.0