![]() |
ATLAS Offline Software
|
Classes | |
| class | VectorConvertIterator |
| an iterator that does converts members using a passed in function More... | |
| class | VectorConvertView |
| a range view that does converts members using a passed in function More... | |
Functions | |
| template<typename FunctionType, typename IteratorType> | |
| VectorConvertIterator (FunctionType &&, IteratorType &&) -> VectorConvertIterator< std::remove_cv_t< FunctionType >, std::remove_cv_t< IteratorType > > | |
| template<typename FunctionType, typename ViewType> | |
| VectorConvertView (FunctionType &&, ViewType &&) -> VectorConvertView< std::remove_cv_t< FunctionType >, std::remove_cv_t< ViewType > > | |
| columnar::detail::VectorConvertIterator | ( | FunctionType && | , |
| IteratorType && | ) -> VectorConvertIterator< std::remove_cv_t< FunctionType >, std::remove_cv_t< IteratorType > > |