tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_member_object_pointer< T > |
Checks whether T is a non-static member object pointer. Provides the member constant value which is equal to true, if T is a non-static member object pointer type. Otherwise, value is equal to false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_member_object_pointer_v = is_member_object_pointer<T>::value |