3#ifndef TETL_TYPE_TRAITS_IS_MEMBER_OBJECT_POINTER_HPP
4#define TETL_TYPE_TRAITS_IS_MEMBER_OBJECT_POINTER_HPP
14#if defined(TETL_COMPILER_CLANG)
Definition adjacent_find.hpp:8
constexpr bool is_member_object_pointer_v
Definition is_member_object_pointer.hpp:31
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
static constexpr bool value
Definition integral_constant.hpp:10
Checks whether T is a non-static member object pointer. Provides the member constant value which is e...
Definition is_member_object_pointer.hpp:28