YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::detail::function_traits< T, typename > Struct Template Reference

Extracts the canonical function signature information of a callable. More...

Detailed Description

template<typename T, typename = void>
struct yorch::detail::function_traits< T, typename >

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.

Template Parameters
TCallable or function type to inspect.

Definition at line 23 of file traits.hpp.


The documentation for this struct was generated from the following file: