libdrmconf  0.12.0
A library to program DMR radios.
Public Member Functions | Public Attributes | List of all members
Codeplug::Element::Limit::Range< T > Struct Template Reference

Holds a range of values [min, max]. More...

#include <codeplug.hh>

Public Member Functions

limit (const T &value) const
 Limits the value to the range.
 
bool in (const T &value) const
 Checks if value is in range.
 

Public Attributes

const T min
 Lower bound.
 
const T max
 Upper bound.
 

Detailed Description

template<class T>
struct Codeplug::Element::Limit::Range< T >

Holds a range of values [min, max].


The documentation for this struct was generated from the following file: