SpECTRE
v2024.09.29
|
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 > > > |
Given a list of control systems, obtain a list of distinct control system measurement structs used by them.