Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::detail::iterator_core_access Struct Reference

#include <iterator_facade.hpp>

Static Public Member Functions

template<typename T >
static decltype(auto) dereference (T &&x)
 
template<typename T >
static decltype(auto) increment (T &&x)
 
template<typename T >
static decltype(auto) decrement (T &&x)
 
template<typename T1 , typename T2 >
static decltype(auto) equal (T1 &&x1, T2 &&x2)
 
template<typename T , typename D >
static decltype(auto) advance (T &&x, D d)
 
template<typename T1 , typename T2 >
static decltype(auto) distance_to (T1 &&x1, T2 &&x2)
 

Detailed Description

Definition at line 18 of file iterator_facade.hpp.

Member Function Documentation

◆ advance()

◆ decrement()

template<typename T >
static decltype(auto) immer::detail::iterator_core_access::decrement ( T &&  x)
inlinestatic

◆ dereference()

◆ distance_to()

◆ equal()

◆ increment()

template<typename T >
static decltype(auto) immer::detail::iterator_core_access::increment ( T &&  x)
inlinestatic

The documentation for this struct was generated from the following file:
Released under the MIT license