Adaptyst
A comprehensive and architecture-agnostic performance analysis tool
Loading...
Searching...
No Matches
adaptyst
is_tuple
adaptyst::is_tuple Concept Reference
#include <
output.hpp
>
Concept definition
template
<
typename
T>
concept
adaptyst::is_tuple
=
requires
{
std::tuple_size<T>::value;
}
adaptyst::is_tuple
Definition
output.hpp:294
Generated by
1.15.0