libQuotient
A Qt library for building matrix clients
Quotient::function_traits< ReturnT(ArgTs...)> Struct Template Reference

#include <function_traits.h>

Inheritance diagram for Quotient::function_traits< ReturnT(ArgTs...)>:

Public Types

using return_type = ReturnT
 
using arg_types = std::tuple< ArgTs... >
 

Detailed Description

template<typename ReturnT, typename... ArgTs>
struct Quotient::function_traits< ReturnT(ArgTs...)>

Definition at line 28 of file function_traits.h.

Member Typedef Documentation

◆ arg_types

template<typename ReturnT , typename... ArgTs>
using Quotient::function_traits< ReturnT(ArgTs...)>::arg_types = std::tuple<ArgTs...>

Definition at line 30 of file function_traits.h.

◆ return_type

template<typename ReturnT , typename... ArgTs>
using Quotient::function_traits< ReturnT(ArgTs...)>::return_type = ReturnT

Definition at line 29 of file function_traits.h.


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