cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
tuple2function_t< Ret, Tuple > Struct Template Reference

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

Detailed Description

template<typename Ret, typename Tuple>
struct cxxomfort::library::tuple::tuple2function_t< Ret, Tuple >

Convert from tuple type to function signature.

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


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