|
YOrch 1.0.0
|
Extracts the canonical function signature information of a callable. More...
Extracts the canonical function signature information of a callable.
The primary implementation is based on the normalized form R(Args...). Other specializations strip wrappers such as pointers, references, or member-function qualifiers so bind(...) can reason about parameter types in a uniform way.
| T | Callable or function type to inspect. |
Definition at line 23 of file traits.hpp.