|
SpECTRE
v2025.08.19
|
Helper struct to determine the element type of a VectorImpl or container of VectorImpl. More...
Helper struct to determine the element type of a VectorImpl or container of VectorImpl.
Extracts the element type of a VectorImpl, a std::array of VectorImpl, or a reference or pointer to a VectorImpl. In any of these cases, the type member is defined as the ElementType of the VectorImpl in question. If, instead, get_vector_element_type is passed an arithmetic or complex arithemetic type, the type member is defined as the passed type.