Home
last modified time | relevance | path

Searched defs:FastIntegerOutputMaskFunctor (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/basebmp/inc/basebmp/
H A Daccessorfunctors.hxx113 template< typename T, typename M > struct FastIntegerOutputMaskFunctor<T,M,true> : struct
117 T operator()( T v1, M m, T v2 ) const in operator ()()
124 template< typename T, typename M > struct FastIntegerOutputMaskFunctor<T,M,false> : struct
128 T operator()( T v1, M m, T v2 ) const in operator ()()