NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
phmap::utility_internal 命名空间参考

struct  Extend
 
struct  Extend< integer_sequence< T, Ints... >, SeqSize, 0 >
 
struct  Extend< integer_sequence< T, Ints... >, SeqSize, 1 >
 
struct  Gen
 
struct  Gen< T, 0 >
 

函数

template<typename Functor , typename Tuple , std::size_t... Indexes>
auto apply_helper (Functor &&functor, Tuple &&t, index_sequence< Indexes... >) -> decltype(phmap::base_internal::Invoke(phmap::forward< Functor >(functor), std::get< Indexes >(phmap::forward< Tuple >(t))...))
 

函数说明

◆ apply_helper()

template<typename Functor , typename Tuple , std::size_t... Indexes>
auto phmap::utility_internal::apply_helper ( Functor &&  functor,
Tuple &&  t,
index_sequence< Indexes... >   
) -> decltype(phmap::base_internal::Invoke( phmap::forward<Functor>(functor), std::get<Indexes>(phmap::forward<Tuple>(t))...))