Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::HasMsgpackSchemaName Concept Reference

Concept to check if a type has a static NAME member. More...

#include <named_union.hpp>

Concept definition

template<typename T>
concept bb::HasMsgpackSchemaName = requires {
{ T::MSGPACK_SCHEMA_NAME } -> std::convertible_to<std::string_view>;
}
Concept to check if a type has a static NAME member.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13

Detailed Description

Concept to check if a type has a static NAME member.

Definition at line 22 of file named_union.hpp.