HelenOS sources
is_same 89 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp struct is_void: aux::is_same<remove_cv_t<T>, void>
is_same 96 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp struct is_null_pointer: aux::is_same<remove_cv_t<T>, nullptr_t>
is_same 842 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp struct is_same: aux::is_same<T, U>
is_same 846 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp inline constexpr bool is_same_v = is_same<T, U>::value;
HelenOS homepage, sources at GitHub