kblib 0.2.3
General utilities library for modern C++
bad_iterator< depth > Struct Template Reference

Public Member Functions

constexpr auto operator-> () const noexcept -> bad_iterator< depth - 1 >
 

Public Attributes

int * p
 

Detailed Description

template<int depth>
struct bad_iterator< depth >

Definition at line 55 of file main.cpp.

Member Function Documentation

◆ operator->()

template<int depth>
constexpr auto bad_iterator< depth >::operator-> ( ) const -> bad_iterator<depth - 1>
inlineconstexprnoexcept

Definition at line 57 of file main.cpp.

Member Data Documentation

◆ p

template<int depth>
int* bad_iterator< depth >::p

Definition at line 56 of file main.cpp.


The documentation for this struct was generated from the following file: