mirror of
https://github.com/BlackMATov/invoke.hpp.git
synced 2025-12-13 05:56:31 +07:00
316aa58926f66a173ccb0cc2e47ff5dfe2265c02
invoke.hpp
std::invoke/std::apply analogs for C++14
Installation
invoke.hpp is a single header library. All you need to do is copy the header file into your project and include this file:
#include "invoke.hpp"
API
invoke_hpp::invoke(F&& f, Args&&... args)
Analog of std::invoke from C++17
invoke_hpp::invoke_result<F, Args...>
Analog of std::invoke_result from C++17
invoke_hpp::apply(F&& f, Tuple&& args)
Analog of std::apply from C++17
Description
Languages
C++
83.2%
CMake
16.8%