My Project
Classes | Functions
is_member_object_pointer.hpp File Reference
#include "is_member_pointer.hpp"
#include "is_member_function_pointer.hpp"

Go to the source code of this file.

Classes

class  bsl::is_member_object_pointer< T >
 If the provided type is a member object pointer type (taking into account const qualifications), provides the member constant value equal to true. Otherwise the member constant value is false. More...
 

Functions

template<typename T >
constexpr bool bsl::details::check_is_member_object_pointer () noexcept
 Checks if a type "T" is a member object pointer and if so, returns true, otherwise returns false. More...
 

Detailed Description

Function Documentation

◆ check_is_member_object_pointer()

template<typename T >
constexpr bool bsl::details::check_is_member_object_pointer ( )
noexcept

Checks if a type "T" is a member object pointer and if so, returns true, otherwise returns false.

Template Parameters
Tthe type to query
Returns
If "T" is a member object pointer, returns true, otherwise returns false.