proxy

Named requirements: ProBasicReflection

A type R meets the ProBasicReflection requirements if the following expressions are well-formed and have the specified semantics.

Expressions Semantics
R::is_direct A core constant expression of type bool, specifying whether the reflection applies to a pointer type itself (true), or the element type of a pointer type (false).
typename R::reflector_type A trivial type that defines the data structure reflected from the type.

See Also