Reactions  0.1.0
Handling reaction trees and decays
Static Public Attributes | List of all members
reactions::units::has_units< Field, Subfield > Struct Template Reference

Whether a subfield must be modified due to the presence of units. More...

#include <units.hpp>

Static Public Attributes

static constexpr auto value
 

Detailed Description

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

Whether a subfield must be modified due to the presence of units.

Member Data Documentation

◆ value

template<class Field , class... Subfield>
constexpr auto reactions::units::has_units< Field, Subfield >::value
static
Initial value:
=
!std::is_same_v<typename Field::units_reference_type, units::none> &&
fields::field_member_type_t<Field, Subfield...>>

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