This is the complete list of members for ipsdk::simd::detail::SaturatedCastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&boost::is_signed< TIn >::value==boost::is_signed< TOut >::value &&sizeof(TIn)< sizeof(TOut) >::type >{ static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Avx, TOut > act(const BasePack< ePackType::ePT_Avx, TIn > &in) { BasePack< ePackType::ePT_Avx, TOut > out;return CastPack< eInstructionSet::eIS_Avx2, TIn, TOut >::act(in);} static IPSDK_FORCEINLINE void act(const BasePack< ePackType::ePT_Avx, TIn > &in, BasePack< ePackType::ePT_Avx, TOut > &out) { CastPack< eInstructionSet::eIS_Avx2, TIn, TOut >::act(in, out);}};template< typename TIn, typename TOut >struct SaturatedCastPack< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if_c< boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&boost::is_signed< TIn >::value &&!boost::is_signed< TOut >::value &&sizeof(TOut)>=sizeof(TIn) >::type >, including all inherited members.