Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::common_type<... > Class Template Reference

Primary template for determining the common type of a set of types. More...

Detailed Description

template<class...>
class std::common_type<... >

Primary template for determining the common type of a set of types.

The primary template is the base case for the empty parameter pack, which defines no member alias named type. Note: This differs from the original published C++14 specification, which was not SFINAE friendly, to be compliant with LWG issues 2408 and 2465.

Template Parameters
Emptyparameter pack

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