Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL > Struct Template Reference

#include <position.hpp>

Public Types

using node_t = NodeT
 

Public Member Functions

node_tnode () const
 
shift_t shift () const
 
count_t index (size_t idx) const
 
template<typename Visitor >
decltype(auto) descend (Visitor v, size_t idx)
 
template<typename Visitor , typename ... Args>
decltype(auto) visit (Visitor v, Args &&...args)
 

Public Attributes

node_tnode_
 

Detailed Description

template<typename NodeT, bits_t B, bits_t BL>
struct immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >

Definition at line 1000 of file position.hpp.

Member Typedef Documentation

◆ node_t

template<typename NodeT , bits_t B, bits_t BL>
using immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::node_t = NodeT

Definition at line 1002 of file position.hpp.

Member Function Documentation

◆ descend()

template<typename NodeT , bits_t B, bits_t BL>
template<typename Visitor >
decltype(auto) immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::descend ( Visitor  v,
size_t  idx 
)
inline

◆ index()

template<typename NodeT , bits_t B, bits_t BL>
count_t immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::index ( size_t  idx) const
inline

Definition at line 1007 of file position.hpp.

◆ node()

template<typename NodeT , bits_t B, bits_t BL>
node_t* immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::node ( ) const
inline

◆ shift()

template<typename NodeT , bits_t B, bits_t BL>
shift_t immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::shift ( ) const
inline

Definition at line 1006 of file position.hpp.

◆ visit()

template<typename NodeT , bits_t B, bits_t BL>
template<typename Visitor , typename ... Args>
decltype(auto) immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::visit ( Visitor  v,
Args &&...  args 
)
inline

Definition at line 1018 of file position.hpp.

Member Data Documentation

◆ node_

template<typename NodeT , bits_t B, bits_t BL>
node_t* immer::detail::rbts::regular_descent_pos< NodeT, BL, B, BL >::node_

Definition at line 1003 of file position.hpp.


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