AsmGrader
0.0.0
Loading...
Searching...
No Matches
asmgrader::HasStaticSize Concept Reference
#include <
static_size.hpp
>
Concept definition
template
<
typename
Range>
concept
asmgrader::HasStaticSize
=
requires
{
{ std::tuple_size<std::decay_t<Range>>::value } -> std::convertible_to<std::size_t>;
}
asmgrader::HasStaticSize
Definition
static_size.hpp:13
asmgrader
HasStaticSize
Generated by
1.12.0