R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3B::MinMaxValue< DataType > Struct Template Reference

#include <R3BMinMaxValue.h>

Public Member Functions

 MinMaxValue ()=default
 
constexpr MinMaxValue (DataType min_val, DataType max_val)
 

Public Attributes

DataType min {}
 
DataType max {}
 

Detailed Description

template<typename DataType>
struct R3B::MinMaxValue< DataType >

Definition at line 9 of file R3BMinMaxValue.h.

Constructor & Destructor Documentation

◆ MinMaxValue() [1/2]

template<typename DataType>
R3B::MinMaxValue< DataType >::MinMaxValue ( )
default

◆ MinMaxValue() [2/2]

template<typename DataType>
R3B::MinMaxValue< DataType >::MinMaxValue ( DataType min_val,
DataType max_val )
inlineconstexpr

Definition at line 12 of file R3BMinMaxValue.h.

Member Data Documentation

◆ max

template<typename DataType>
DataType R3B::MinMaxValue< DataType >::max {}

Definition at line 19 of file R3BMinMaxValue.h.

◆ min

template<typename DataType>
DataType R3B::MinMaxValue< DataType >::min {}

Definition at line 18 of file R3BMinMaxValue.h.


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