Reactions  0.1.2
Handling reaction trees and decays
Public Member Functions | List of all members
reactions::units::accessor_with_units_t< Field, Subfield > Struct Template Reference

Object to access fields and process the units. More...

#include <units.hpp>

Public Member Functions

template<class SystemOfUnits , class T >
constexpr return_type_t< Field, Subfield... > operator() (SystemOfUnits const &sou, T const &f) const
 Access the value of the subfield and process the units. More...
 

Detailed Description

template<class Field, class... Subfield>
struct reactions::units::accessor_with_units_t< Field, Subfield >

Object to access fields and process the units.

Member Function Documentation

◆ operator()()

template<class Field , class... Subfield>
template<class SystemOfUnits , class T >
constexpr return_type_t<Field, Subfield...> reactions::units::accessor_with_units_t< Field, Subfield >::operator() ( SystemOfUnits const &  sou,
T const &  f 
) const
inline

Access the value of the subfield and process the units.


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