SpECTRE  v2023.09.07
control_system::metafunctions::compute_tags_for_observation_box< Measurement > Struct Template Reference

Given a measurement, obtain a list of compute tags for the ObservationBox from the compute_tags_for_observation_box type alias of all submeasurements of that measurement. More...

#include <Metafunctions.hpp>

Public Types

using type = tmpl::remove_duplicates< tmpl::flatten< tmpl::transform< submeasurements_t< Measurement >, compute_tags_for_observation_box_from_submeasurements< tmpl::_1 > > > >
 

Detailed Description

template<typename Measurement>
struct control_system::metafunctions::compute_tags_for_observation_box< Measurement >

Given a measurement, obtain a list of compute tags for the ObservationBox from the compute_tags_for_observation_box type alias of all submeasurements of that measurement.


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