ORIGINAL
Loading...
Searching...
No Matches
original::functionTraits< C > Struct Template Reference

Primary template for general callable types. More...

#include <types.h>

Collaboration diagram for original::functionTraits< C >:
Collaboration graph

Public Types

using ReturnType = CallType::ReturnType
 
using Signature = CallType::Signature
 

Detailed Description

template<typename C>
struct original::functionTraits< C >

Primary template for general callable types.

Extracts function signature information from callable types.

Template Parameters
CallbackThe callable type to analyze

Provides ReturnType and Signature type aliases for:

  • Function pointers
  • Function types
  • Lambda expressions
  • Member function pointers

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