R3BROOT
R3B analysis software
|
#include <R3BMinMaxValue.h>
Public Member Functions | |
MinMaxValue ()=default | |
constexpr | MinMaxValue (DataType min_val, DataType max_val) |
Public Attributes | |
DataType | min {} |
DataType | max {} |
Definition at line 9 of file R3BMinMaxValue.h.
|
default |
|
inlineconstexpr |
Definition at line 12 of file R3BMinMaxValue.h.
DataType R3B::MinMaxValue< DataType >::max {} |
Definition at line 19 of file R3BMinMaxValue.h.
DataType R3B::MinMaxValue< DataType >::min {} |
Definition at line 18 of file R3BMinMaxValue.h.