Implementation details of the folly invocation traits.
Types
Name |
Description |
Tests return‐type convertibility, specialized on whether the target is void. |
|
Holds the result type of invoking |
|
Quoted metafunction enforcing that a type is complete, cv‐void, or unbounded‐array. |
|
Invocation traits for a callable type |
|
Invocation traits for a pointer‐to‐member |
Type Aliases
Name |
Description |
The result type of invoking |
|
Bool constant that is true when invoking |
|
Yields |
Variables
Name |
Description |
True if |
|
True if invoking |
|
Specialization testing return‐type convertibility when the invocation is well‐formed. |
|
True if |
|
Specialization yielding true when the invocation is well‐formed. |
|
True if a nothrow invocation of |
|
Specialization testing nothrow invocation and return convertibility when well‐formed. |
|
True if |
|
Specialization yielding the nothrow result when the invocation is well‐formed. |
Created with MrDocs