R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BMinMaxValue.h File Reference
#include <fmt/core.h>
#include <nlohmann/json.hpp>
Include dependency graph for R3BMinMaxValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  R3B::MinMaxValue< DataType >
 
class  fmt::formatter< R3B::MinMaxValue< DataType > >
 

Namespaces

namespace  R3B
 

Typedefs

using R3B::MinMaxValueD = MinMaxValue<double>
 
using R3B::MinMaxValueF = MinMaxValue<float>
 
using R3B::MinMaxValueI = MinMaxValue<int>
 

Functions

template<typename DataType>
void R3B::to_json (nlohmann::ordered_json &json_obj, const MinMaxValue< DataType > &value)
 
template<typename DataType>
void R3B::from_json (const nlohmann::ordered_json &json_obj, MinMaxValue< DataType > &value)