iox::cxx::range🔗
Public Functions🔗
| Name | |
|---|---|
| range(T t) | |
| constexpr | operator T() const |
Detailed Description🔗
template <typename T ,
T Minimum,
T Maximum>
struct iox::cxx::range;
Public Functions Documentation🔗
function range🔗
inline range(
T t
)
function operator T🔗
inline constexpr operator T() const
Updated on 17 March 2022 at 12:15:57 CET