Calico
|
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>
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).