opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
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>>{}; }
Definition range_with_size_greater_than.h:12