4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::mpl::integrals_compatible Concept Reference

Checks if two integral_constants are compatible.Two integral constants are compatible if and only if they have the same value type. More...

#include <integrals_compatible.hpp>

Concept definition

template<typename T1, typename T2>
&& std::is_same_v<fcppt::type_traits::value_type<T1>,fcppt::type_traits::value_type<T2>>

Detailed Description

Checks if two integral_constants are compatible.

Two integral constants are compatible if and only if they have the same value type.