barretenberg
Loading...
Searching...
No Matches
msgpack_concepts
SchemaPackable
msgpack_concepts::SchemaPackable Concept Reference
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
MsgpackSchemaPacker
Definition:
schema_impl.hpp:18
Generated by
1.9.6