Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
Loading...
Searching...
No Matches
dcn::parse::IsTupleLike Concept Reference
Concept definition
template
<
typename
T>
concept
dcn::parse::IsTupleLike
=
is_tuple_like_impl<std::remove_cv_t<std::remove_reference_t<T>
>>::value
&& std::tuple_size<T>::value > 0
&& std::tuple_size<T>::value < MAX_OBJECT_FIELDS
dcn::parse::IsTupleLike
Definition
route_arg.hpp:168
dcn::RouteArgRequirement::optional
@ optional
dcn
parse
IsTupleLike
Generated by
1.9.8