#include <kblib/containers.h>
|
constexpr | operator bool () const noexcept |
|
constexpr auto | operator* () const noexcept(noexcept(*it)) -> decltype(*it) |
|
constexpr auto | operator-> () const noexcept -> iterator |
|
constexpr auto | addr () const noexcept -> auto * |
|
template<typename iterator>
struct kblib::exists_t< iterator >
Definition at line 77 of file containers.h.
◆ addr()
template<typename iterator >
◆ operator bool()
template<typename iterator >
◆ operator*()
template<typename iterator >
◆ operator->()
template<typename iterator >
constexpr auto kblib::exists_t< iterator >::operator-> |
( |
| ) |
const -> iterator |
|
inlineconstexprnoexcept |
◆ found
template<typename iterator >
◆ it
template<typename iterator >
The documentation for this struct was generated from the following file: