Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
std::HasGetAll Concept Reference
#include <
serialize.hpp
>
Concept definition
template
<
typename
T>
concept
std::HasGetAll
=
requires
(T t) { t.get_all(); } && !
msgpack_concepts::HasMsgPack<T>
msgpack_concepts::HasMsgPack
Definition
concepts.hpp:8
std::HasGetAll
Definition
serialize.hpp:388
Detailed Description
Definition at line
388
of file
serialize.hpp
.
std
HasGetAll
Generated by
1.9.8