AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::detail::maybe_static_to_impl< Container > Struct Template Reference

#include <to_static_range.hpp>

Public Types

using type = decltype(static_to<Container>())
 
using type = decltype(ranges::to<Container>())
 

Member Typedef Documentation

◆ type [1/2]

template<ranges::range Container>
using asmgrader::detail::maybe_static_to_impl< Container >::type = decltype(static_to<Container>())

◆ type [2/2]

template<ranges::range Container>
using asmgrader::detail::maybe_static_to_impl< Container >::type = decltype(ranges::to<Container>())

The documentation for this struct was generated from the following file: