cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
17-tuple_apply.hpp File Reference

Backport implementation of std::apply. More...

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename F , typename Tuple >
implementation_defined_t apply (F f, Tuple &t)
 Applies the tuple t as the arguments to the functionlike / callable f . More...
 

Detailed Description

Backport implementation of std::apply.