#include <di/container/interface/access.h>
|
template<typename T, typename K>
requires (CustomAt<T, K> || MemberAt<T, K> || IndexAt<T, K> || IteratorAt<T, K>) |
constexpr auto | operator() (T &&container, K &&key) const |
|
◆ operator()()
template<typename T, typename K>
requires (CustomAt<T, K> || MemberAt<T, K> || IndexAt<T, K> || IteratorAt<T, K>)
auto di::container::detail::AtFunction::operator() |
( |
T && | container, |
|
|
K && | key ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/interface/access.h