Iros
 
Loading...
Searching...
No Matches
concat_view.h File Reference

Go to the source code of this file.

Classes

struct  di::container::detail::ConstantTimeReversible
 
class  di::container::ConcatView< Views >
 

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::detail
 

Concepts

concept  di::container::detail::ConcatIndirectlyReadableImpl
 
concept  di::container::detail::ConcatIndirectlyReadable
 
concept  di::container::detail::Concatable
 
concept  di::container::detail::ConcatRandomAccess
 
concept  di::container::detail::ConcatBidirectional
 

Typedefs

template<typename... Cons>
using di::container::detail::ConcatReference = meta::CommonReference<meta::ContainerReference<Cons>...>
 
template<typename... Cons>
using di::container::detail::ConcatValue = meta::CommonType<meta::ContainerValue<Cons>...>
 
template<typename... Cons>
using di::container::detail::ConcatRValue = meta::CommonReference<meta::ContainerRValue<Cons>...>
 

Functions

template<typename... Cons>
 di::container::ConcatView (Cons &&...) -> ConcatView< meta::AsView< Cons >... >