|
SpECTRE
v2026.04.01
|
Extracts the fundamental type for a container. More...
#include <GetFundamentalType.hpp>
Public Types | |
| using | type = tmpl::conditional_t<std::is_fundamental_v<T>, T, NoSuchType> |
Extracts the fundamental type for a container.
Designates a type alias get_fundamental_type::type as T when T itself is an appropriate fundamental type, and the contained type of a container which specifies a value_type.
get_fundamental_type_t<T> is provided as a type alias to type from get_fundamental_type<T>