opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
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)
Definition range_with_size_greater_than.h:28
and
Definition algorithms.h:158
static constexpr size_t size
Definition range_with_size_greater_than.h:16