Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack_concepts::MsgpackConstructible Concept Reference
#include <
concepts.hpp
>
Concept definition
template
<
typename
T,
typename
... Args>
concept
msgpack_concepts::MsgpackConstructible
=
requires
(T object, Args... args) { T{ args... }; }
msgpack_concepts::MsgpackConstructible
Definition
concepts.hpp:16
Detailed Description
Definition at line
16
of file
concepts.hpp
.
msgpack_concepts
MsgpackConstructible
Generated by
1.9.8