◐ Shell
clean mode source ↗

std::experimental::reflect::SpecialMemberFunction - cppreference.com

From cppreference.com

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