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

Determines the common reference type of the types T..., that is, the type to which all the types in T... can be converted or bound. If such a type exists (as determined according to the rules below), the member type names that type. Otherwise, there is no member type. The behavior is undefined if any of the types in T... is an incomplete type other than (possibly cv-qualified) void. More...

Detailed Description

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

Determines the common reference type of the types T..., that is, the type to which all the types in T... can be converted or bound. If such a type exists (as determined according to the rules below), the member type names that type. Otherwise, there is no member type. The behavior is undefined if any of the types in T... is an incomplete type other than (possibly cv-qualified) void.


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