libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
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:
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/codeplug.hh