PLCnext API Documentation 25.0.2.69
Arp::Base::Core::RangeValue Concept Reference

This concept represent the allowed types to be used for class Range More...

#include <Range.hxx>

Concept definition

template<class T>
concept Arp::Base::Core::RangeValue = std::is_arithmetic_v<T>
This concept represent the allowed types to be used for class Range
Definition: Range.hxx:14

Detailed Description

This concept represent the allowed types to be used for class Range