mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
Loading...
Searching...
No Matches
mrs_lib::ParamProvider::range_t< T > Struct Template Reference

Helper struct for a numeric range with named members to make the code a bit more readable. More...

#include <param_provider.h>

Public Attributes

minimum
 Minimal value of a parameter.
 
maximum
 Maximal value of a parameter.
 

Detailed Description

template<typename T>
struct mrs_lib::ParamProvider::range_t< T >

Helper struct for a numeric range with named members to make the code a bit more readable.


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