The Gaudi Framework
v30r3 (a5ef0a68)
|
Functions | |
template<class F , class Tuple , std::size_t... I> | |
decltype(auto) constexpr | apply_impl (F &&f, Tuple &&t, std::index_sequence< I... >) noexcept( noexcept(Gaudi::invoke(std::forward< F >(f), std::get< I >(std::forward< Tuple >(t))...))) |
|
noexcept |
Definition at line 18 of file apply.h.