opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar
concepts
input_range_with_size_greater_than.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
liboscar/concepts/range_with_size_greater_than.h
>
4
5
#include <ranges>
6
7
namespace
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>
12
concept
InputRangeWithSizeGreaterThan
= std::ranges::input_range<T>
and
RangeWithSizeGreaterThan<T, N>
;
13
}
osc::InputRangeWithSizeGreaterThan
Definition
input_range_with_size_greater_than.h:12
osc::RangeWithSizeGreaterThan
Definition
range_with_size_greater_than.h:28
osc
Definition
custom_decoration_generator.h:5
osc::and
and
Definition
algorithms.h:158
range_with_size_greater_than.h
Generated by
1.9.8