Skip to main content

SleepyDiscord::Cache::const_iterator

Public Types Documentation​

using Value​

using SleepyDiscord::Cache< _Type >::const_iterator::Value =  typename Parent::const_iterator;

using self_type​

using SleepyDiscord::Cache< _Type >::const_iterator::self_type =  const_iterator;

using value_type​

using SleepyDiscord::Cache< _Type >::const_iterator::value_type =  Type;

using reference​

using SleepyDiscord::Cache< _Type >::const_iterator::reference =  Type&;

using pointer​

using SleepyDiscord::Cache< _Type >::const_iterator::pointer =  Type*;

using iterator_category​

using SleepyDiscord::Cache< _Type >::const_iterator::iterator_category =  typename Value::iterator_category;

using difference_type​

using SleepyDiscord::Cache< _Type >::const_iterator::difference_type =  typename Value::difference_type;

Public Functions Documentation​

function const_iterator​

inline const_iterator(
Value iter
)

function operator++​

inline self_type operator++()

function operator++​

inline self_type operator++(
int junk
)

function operator*​

inline reference operator*()

function operator->​

inline pointer operator->()

function operator==​

inline bool operator==(
const self_type & right
)

function operator!=​

inline bool operator!=(
const self_type & right
)

function getParent​

inline Value getParent()

Updated on 13 April 2022 at 18:39:59 UTC