cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
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... | |
Backport implementation of std::apply
.