StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
StormByte::Type::Range Concept Reference

Valid range (std::ranges::range). More...

#include <StormByte/type_traits/ranges.hxx>

Concept definition

template<typename R>
concept StormByte::Type::Range = std::ranges::range<R>
Valid range (std::ranges::range).
Definition ranges.hxx:48

Detailed Description

Valid range (std::ranges::range).

Template Parameters
RType to test.