3#ifndef TETL_TYPE_TRAITS_IS_SAME_HPP
4#define TETL_TYPE_TRAITS_IS_SAME_HPP
10template <
typename T,
typename U>
19template <
typename T,
typename U>
Definition adjacent_find.hpp:8
constexpr bool is_same_v
Definition is_same.hpp:11
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
If T and U name the same type (taking into account const/volatile qualifications),...
Definition is_same.hpp:20