3#ifndef TETL_TYPE_TRAITS_HAS_UNIQUE_OBJECT_REPRESENTATION_HPP
4#define TETL_TYPE_TRAITS_HAS_UNIQUE_OBJECT_REPRESENTATION_HPP
31 :
bool_constant<__has_unique_object_representations(remove_cv_t<remove_all_extents_t<T>>)> { };
Definition adjacent_find.hpp:8
constexpr bool has_unique_object_representations_v
Definition has_unique_object_representations.hpp:34
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
If T is TriviallyCopyable and if any two objects of type T with the same value have the same object r...
Definition has_unique_object_representations.hpp:31
static constexpr bool value
Definition integral_constant.hpp:10