std::experimental::reflect::SpecialMemberFunction

Defined in header <experimental/reflect>
template< class T >
concept SpecialMemberFunction = RecordMember<T> && /* see below */;
(reflection TS)

The SpecialMemberFunction concept is satisfied if and only if T reflects a special member function.

Example

See also