You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A type C meets the ProBasicConvention requirements if the following expressions are well-formed and have the specified semantics.
Expressions
Semantics
C::is_direct
A core constant expression of type bool, specifying whether the convention applies to a pointer type itself (true), or the element type of a pointer type (false).
typename C::dispatch_type
A trivial type that defines how the calls are forwarded to the concrete types.