|
AsmGrader 0.0.0
|
Range adaptor function to convert a range to a static (sized at compile time) container, like std::array, std::tuple, etc. More...
#include <to_static_range.hpp>
Public Member Functions | |
| template<ranges::input_range Rng> requires (ranges::sized_range<Rng>) | |
| constexpr auto | operator() (Rng &&rng) const |
Range adaptor function to convert a range to a static (sized at compile time) container, like std::array, std::tuple, etc.
|
inlineconstexpr |