Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::common_type<> Struct Template Reference

Returns a common type among the given types. Without support for variadic templates, this template can only support 2 template arguments. Without decltype support, the common type is only defined if the types are thes same). More...

#include <cxx11.hpp>

Detailed Description

template<class...>
struct cal::common_type<>

Returns a common type among the given types. Without support for variadic templates, this template can only support 2 template arguments. Without decltype support, the common type is only defined if the types are thes same).