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 10 of file R3BMinMaxValue.h.
|
default |
|
inlineconstexpr |
Definition at line 13 of file R3BMinMaxValue.h.
DataType R3B::MinMaxValue< DataType >::max {} |
Definition at line 20 of file R3BMinMaxValue.h.
DataType R3B::MinMaxValue< DataType >::min {} |
Definition at line 19 of file R3BMinMaxValue.h.