SpECTRE  v2024.03.19
Tags::Multiplies< LhsTag, RhsTag > Struct Template Reference

A prefix tag representing the product of two other tags. Note that if non-spin-weighted types are needed in this tag, the type alias detail::product_t should be generalized to give a reasonable type for those cases, or template specializations should be constructed for this tag. More...

#include <Tags.hpp>

Public Types

using type = detail::product_t< typename LhsTag::type, typename RhsTag::type >
 
using tag = LhsTag
 

Static Public Member Functions

static std::string name ()
 

Detailed Description

template<typename LhsTag, typename RhsTag>
struct Tags::Multiplies< LhsTag, RhsTag >

A prefix tag representing the product of two other tags. Note that if non-spin-weighted types are needed in this tag, the type alias detail::product_t should be generalized to give a reasonable type for those cases, or template specializations should be constructed for this tag.


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