![]() |
libQuotient
A Qt library for building matrix clients
|
#include <type_traits>#include <tuple>

Go to the source code of this file.
Classes | |
| struct | Quotient::function_traits< T > |
| Determine traits of an arbitrary function/lambda/functor. More... | |
| struct | Quotient::function_traits< ReturnT(ArgTs...)> |
Namespaces | |
| namespace | Quotient |
Typedefs | |
| template<typename FnT , int ArgN = 0> | |
| using | Quotient::fn_arg_t = std::tuple_element_t< ArgN, typename function_traits< FnT >::arg_types > |
Variables | |
| template<typename FnT > | |
| constexpr auto | Quotient::fn_arg_count_v |