SpECTRE  v2024.03.19
control_system::metafunctions::measurements< ControlSystems > Struct Template Reference

Given a list of control systems, obtain a list of distinct control system measurement structs used by them. More...

#include <Metafunctions.hpp>

Public Types

using type = tmpl::remove_duplicates< tmpl::transform< ControlSystems, measurement< tmpl::_1 > > >
 

Detailed Description

template<typename ControlSystems>
struct control_system::metafunctions::measurements< ControlSystems >

Given a list of control systems, obtain a list of distinct control system measurement structs used by them.


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