Searched defs:FindFunctor (Results 1 – 1 of 1) sorted by relevance
179 struct FindFunctor struct in oox::RefVector181 FunctorType maFunctor;182 inline explicit FindFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in FindFunctor() argument183 … operator()( const value_type& rxValue ) { return rxValue.get() && maFunctor( *rxValue ); } in operator ()()