opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
input_range_with_size_greater_than.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <ranges>
6
7namespace osc
8{
9 // Satisfied if `T` is a `std::ranges::input_range<T>` AND has a size that's
10 // known at compile-time to be non-zero.
11 template<typename T, size_t N>
13}
Definition input_range_with_size_greater_than.h:12
Definition range_with_size_greater_than.h:28
Definition custom_decoration_generator.h:5
and
Definition algorithms.h:158