SpECTRE  v2024.03.19
MakeWithValueImpls::MakeWithValueImpl< tuples::TaggedTuple< Tags... >, T > Struct Template Reference

Makes a TaggedTuple; each element of the TaggedTuple must be make_with_value-creatable from a T. More...

#include <MakeWithValue.hpp>

Static Public Member Functions

template<typename ValueType >
static tuples::TaggedTuple< Tags... > apply (const T &input, const ValueType value)
 

Detailed Description

template<typename... Tags, typename T>
struct MakeWithValueImpls::MakeWithValueImpl< tuples::TaggedTuple< Tags... >, T >

Makes a TaggedTuple; each element of the TaggedTuple must be make_with_value-creatable from a T.


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