opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc
RangeWithSizeGreaterThan
osc::RangeWithSizeGreaterThan Concept Reference
#include <
range_with_size_greater_than.h
>
Concept definition
template
<
typename
T,
size_t
N>
concept
osc::RangeWithSizeGreaterThan
= std::ranges::range<T>
and
(
detail::SizeHelper<T>::size
!= std::dynamic_extent
and
detail::SizeHelper<T>::size
>
N
)
osc::RangeWithSizeGreaterThan
Definition
range_with_size_greater_than.h:28
osc::Key::N
@ N
osc::and
and
Definition
algorithms.h:158
osc::detail::SizeHelper::size
static constexpr size_t size
Definition
range_with_size_greater_than.h:16
Generated by
1.9.8