ATLAS Offline Software
Loading...
Searching...
No Matches
columnar::detail Namespace Reference

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 > >

Function Documentation

◆ VectorConvertIterator()

template<typename FunctionType, typename IteratorType>
columnar::detail::VectorConvertIterator ( FunctionType && ,
IteratorType &&  ) -> VectorConvertIterator< std::remove_cv_t< FunctionType >, std::remove_cv_t< IteratorType > >

◆ VectorConvertView()

template<typename FunctionType, typename ViewType>
columnar::detail::VectorConvertView ( FunctionType && ,
ViewType &&  ) -> VectorConvertView< std::remove_cv_t< FunctionType >, std::remove_cv_t< ViewType > >