Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/random-draw.hpp"
A Result Value confined into fixed bounds.
T | underlying base type (number like) |
max | maximum allowed param value (inclusive) |
max | minimum allowed param value (inclusive) - defaults to "zero". |
zero | the neutral value in the value range |
Definition at line 128 of file random-draw.hpp.
Public Member Functions | |
template<typename X > | |
Limited (X raw) | |
operator T & () | |
operator T const & () const | |
Static Public Member Functions | |
static constexpr T | maxVal () |
static constexpr T | minVal () |
static constexpr T | zeroVal () |
Public Attributes | |
T | val |