Template Function Aux::isSame

Function Documentation

template<typename T1, typename T2>
constexpr bool Aux::isSame()

This is just a wrapper around std::is_same in order to provide a nicer interface.

With C++14 this could use template-variables, but with C++11 we are stuck with constexpr-functions.