opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc
detail
HasTupleSize
osc::detail::HasTupleSize Concept Reference
#include <
range_with_size_greater_than.h
>
Concept definition
template
<
typename
T>
concept
osc::detail::HasTupleSize
=
requires
{ std::tuple_size<std::remove_cvref_t<T>>{}; }
osc::detail::HasTupleSize
Definition
range_with_size_greater_than.h:12
Generated by
1.9.8