cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
function2tuple_t< FnSig > Struct Template Reference

Convert from function signature type to tuple type.Given a function signature R(T1,T2,...), obtain a tuple of the form T<T1,T2,...> More...

Detailed Description

template<typename FnSig>
struct cxxomfort::library::tuple::function2tuple_t< FnSig >

Convert from function signature type to tuple type.

Given a function signature R(T1,T2,...), obtain a tuple of the form T<T1,T2,...>


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