tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
common_type< T > Struct Template Reference

Determines the common type among all types T..., that is the type all T... can be implicitly converted to. If such a type exists, the member type names that type. Otherwise, there is no member type. More...

Detailed Description

template<typename... T>
struct etl::common_type< T >

Determines the common type among all types T..., that is the type all T... can be implicitly converted to. If such a type exists, the member type names that type. Otherwise, there is no member type.

https://en.cppreference.com/w/cpp/types/common_type


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