Iros
 
Loading...
Searching...
No Matches
di::container::view::detail Namespace Reference

Classes

struct  AdjacentFunction
 
struct  AdjacentTransformFunction
 
struct  AllFunction
 
struct  AsConstFunction
 
struct  AsRValueFunction
 
struct  CacheLastFunction
 
struct  CartesianProductFunction
 
struct  ChunkByFunction
 
struct  ChunkFunction
 
struct  CloneFunction
 
struct  CommonFunction
 
struct  ConcatFunction
 
struct  CountedFunction
 
struct  CycleFunction
 
struct  DropFunction
 
struct  DropWhileFunction
 
struct  ElementsFunction
 
struct  EnumerateFunction
 
struct  FilterFunction
 
struct  IotaFunction
 
struct  JoinFunction
 
struct  JoinWithFunction
 
struct  RangeFunction
 
struct  RepeatFunction
 
struct  ReverseFunction
 
struct  SingleFunction
 
struct  SlideFunction
 
struct  SplitFunction
 
struct  StrideFunction
 
struct  TakeFunction
 
struct  TakeWhileFunction
 
struct  TransformFunction
 
struct  ZipFunction
 
struct  ZipTransformFunction
 

Concepts

concept  AllRefView
 
concept  AllOwningView
 
concept  AllAsConst
 
concept  AsConstViewAsConst
 
concept  AllAsRValue
 
concept  AsRValueViewAsRValue
 
concept  CustomCartesianProduct
 
concept  EmptyCartesianProduct
 
concept  ViewCartesianProduct
 
concept  CustomChunk
 
concept  ViewChunk
 
concept  CustomChunkBy
 
concept  ViewChunkBy
 
concept  AllCommon
 
concept  ViewCommon
 
concept  CustomConcat
 
concept  AllConcat
 
concept  ViewConcat
 
concept  CustomCounted
 
concept  SpanCounted
 
concept  ViewCounted
 
concept  CustomCycle
 
concept  ViewCycle
 
concept  CustomDropWhile
 
concept  ViewDropWhile
 
concept  CustomEnumerate
 
concept  ViewEnumerate
 
concept  CustomFilter
 
concept  ViewFilter
 
concept  CustomJoin
 
concept  ViewJoin
 
concept  CustomJoinWith
 
concept  ViewJoinWith
 
concept  IsReverseView
 
concept  IsReverseRawView
 
concept  CanReverseView
 
concept  CustomSlide
 
concept  ViewSlide
 
concept  CustomSplit
 
concept  ViewSplit
 
concept  CustomStride
 
concept  ViewStride
 
concept  CustomTakeWhile
 
concept  ViewTakeWhile
 
concept  RegularTransform
 
concept  CustomZip
 
concept  EmptyZip
 
concept  ViewZip
 
concept  CustomZipTransform
 
concept  EmptyZipTransform
 
concept  ViewZipTransform
 

Variables

template<typename T>
constexpr bool is_reverse_raw_view_helper = false
 
template<typename I, bool sized>
constexpr bool is_reverse_raw_view_helper< View< ReverseIterator< I >, ReverseIterator< I >, sized > > = true
 
concept F
 
concept Cons
 

Variable Documentation

◆ Cons

concept di::container::view::detail::Cons

◆ F

concept di::container::view::detail::F

◆ is_reverse_raw_view_helper

template<typename T>
bool di::container::view::detail::is_reverse_raw_view_helper = false
inlineconstexpr

◆ is_reverse_raw_view_helper< View< ReverseIterator< I >, ReverseIterator< I >, sized > >

template<typename I, bool sized>
bool di::container::view::detail::is_reverse_raw_view_helper< View< ReverseIterator< I >, ReverseIterator< I >, sized > > = true
inlineconstexpr