Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack_concepts::SchemaPackable Concept Reference
#include <
schema_impl.hpp
>
Concept definition
template
<
typename
T>
concept
msgpack_concepts::SchemaPackable
=
requires
(T
value
,
MsgpackSchemaPacker
packer) {
msgpack_schema_pack
(packer,
value
); }
msgpack_concepts::SchemaPackable
Definition
schema_impl.hpp:106
value
FF value
Definition
public_data_tree.test.cpp:96
msgpack_schema_pack
void msgpack_schema_pack(MsgpackSchemaPacker &packer, T const &obj)
Definition
schema_impl.hpp:126
MsgpackSchemaPacker
Definition
schema_impl.hpp:18
Detailed Description
Definition at line
106
of file
schema_impl.hpp
.
msgpack_concepts
SchemaPackable
Generated by
1.9.8