E509 proxy/docs/spec/ProBasicReflection.md at main · pythonfansx/proxy · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 943 Bytes

File metadata and controls

15 lines (10 loc) · 943 Bytes

Named requirements: ProBasicReflection

Since: 3.1.0

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 type that defines the data structure reflected from the type. Shall be nothrow-default-constructible and nothrow-destructible.

See Also

0