![]() |
Project
|
Typedefs | |
template<typename T > | |
using | GetVecSubDigit = typename boost::mpl::remove_if< T, boost::mpl::lambda< HasIntRecord< boost::mpl::_1 > >::type >::type |
template<typename T > | |
using | GetVecSingleSubDigit = typename boost::mpl::remove_if< T, boost::mpl::lambda< boost::mpl::not_< HasIntRecord< boost::mpl::_1 > > >::type >::type |
using o2::fit::DigitBlockHelper::GetVecSingleSubDigit = typedef typename boost::mpl::remove_if<T, boost::mpl::lambda<boost::mpl::not_<HasIntRecord<boost::mpl::_1> >>::type>::type |
Definition at line 115 of file DigitBlockBase.h.
using o2::fit::DigitBlockHelper::GetVecSubDigit = typedef typename boost::mpl::remove_if<T, boost::mpl::lambda<HasIntRecord<boost::mpl::_1> >::type>::type |
Definition at line 113 of file DigitBlockBase.h.