Home
last modified time | relevance | path

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

/AOO41X/main/oox/inc/oox/helper/
H A Drefvector.hxx179 struct FindFunctor struct in oox::RefVector
181 FunctorType maFunctor;
182 inline explicit FindFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in FindFunctor() argument
183 … operator()( const value_type& rxValue ) { return rxValue.get() && maFunctor( *rxValue ); } in operator ()()