kblib 0.2.3
General utilities library for modern C++
|
#include <kblib/fakestd.h>
Static Public Member Functions | |
template<std::size_t... Is> | |
static constexpr auto | do_apply (F &&f, Arg &&arg) noexcept(noexcept(kblib::invoke(std::forward< F >(f), std::get< Is >(std::forward< Arg >(arg))...))) -> decltype(auto) |
|
inlinestaticconstexprnoexcept |