3#ifndef TETL_TYPE_TRAITS_IS_OBJECT_HPP
4#define TETL_TYPE_TRAITS_IS_OBJECT_HPP
22#if __has_builtin(__is_object)
Definition adjacent_find.hpp:8
constexpr bool is_object_v
Definition is_object.hpp:35
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
static constexpr bool value
Definition integral_constant.hpp:10
If T is an object type (that is any possibly cv-qualified type other than function,...
Definition is_object.hpp:32