auto | operator() (Fun &&fun, Tup &&tup) const noexcept(noexcept(decltype(tuple_apply_fn::impl(std::forward< Fun >(fun), std::forward< Tup >(tup), tuple_indices_t< Tup >{}))(tuple_apply_fn::impl(std::forward< Fun >(fun), std::forward< Tup >(tup), tuple_indices_t< Tup >{})))) -> decltype(tuple_apply_fn::impl(std::forward< Fun >(fun), std::forward< Tup >(tup), tuple_indices_t< Tup > |