#include <di/container/view/view_interface.h>
◆ at() [1/2]
template<typename Self>
template<concepts::RandomAccessContainer Cont = Self>
◆ at() [2/2]
template<typename Self>
template<concepts::RandomAccessContainer Cont = Self const>
◆ back() [1/2]
◆ back() [2/2]
◆ cbegin() [1/2]
◆ cbegin() [2/2]
◆ cend() [1/2]
◆ cend() [2/2]
◆ data() [1/2]
◆ data() [2/2]
◆ empty() [1/2]
◆ empty() [2/2]
template<typename Self>
auto di::container::ViewInterface< Self >::empty |
( |
| ) |
const -> bool
requires(concepts::SizedContainer<Self const> || concepts::ForwardContainer<Self const>)
|
|
inlineconstexpr |
◆ front() [1/2]
◆ front() [2/2]
◆ operator bool() [1/2]
◆ operator bool() [2/2]
◆ operator[]() [1/2]
template<typename Self>
template<concepts::RandomAccessContainer Cont = Self>
◆ operator[]() [2/2]
template<typename Self>
template<concepts::RandomAccessContainer Cont = Self const>
◆ size() [1/2]
◆ size() [2/2]
The documentation for this class was generated from the following file: