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

Go to the source code of this file.

Classes

struct  di::container::detail::FrontFunction
 
struct  di::container::detail::BackFunction
 
struct  di::container::detail::AtFunction
 
struct  di::container::detail::FrontUncheckedFunction
 
struct  di::container::detail::BackUncheckedFunction
 
struct  di::container::detail::AtUncheckedFunction
 

Namespaces

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

Concepts

concept  di::container::detail::CustomFront
 
concept  di::container::detail::MemberFront
 
concept  di::container::detail::BeginFront
 
concept  di::container::detail::CustomBack
 
concept  di::container::detail::MemberBack
 
concept  di::container::detail::RBeginBack
 
concept  di::container::detail::CustomAt
 
concept  di::container::detail::MemberAt
 
concept  di::container::detail::IndexAt
 
concept  di::container::detail::IteratorAt
 

Variables

constexpr auto di::container::front = detail::FrontFunction {}
 
constexpr auto di::container::back = detail::BackFunction {}
 
constexpr auto di::container::at = di::curry_back(detail::AtFunction {}, c_<2ZU>)
 
constexpr auto di::container::front_unchecked = detail::FrontUncheckedFunction {}
 
constexpr auto di::container::back_unchecked = detail::BackUncheckedFunction {}
 
constexpr auto di::container::at_unchecked = di::curry_back(detail::AtUncheckedFunction {}, c_<2ZU>)
 
constexpr auto di::at
 
constexpr auto di::at_unchecked
 
constexpr auto di::back
 
constexpr auto di::back_unchecked
 
constexpr auto di::front
 
constexpr auto di::front_unchecked