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... }; }

Detailed Description

Definition at line 16 of file concepts.hpp.