Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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

#include <position.hpp>

Public Types

using node_t = NodeT
 
using relaxed_t = typename NodeT::relaxed_t
 

Public Member Functions

count_t count () const
 
node_tnode () const
 
shift_t shift () const
 
size_t size () 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_
 
relaxed_trelaxed_
 

Detailed Description

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

Definition at line 1766 of file position.hpp.

Member Typedef Documentation

◆ node_t

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

Definition at line 1768 of file position.hpp.

◆ relaxed_t

template<typename NodeT , bits_t B, bits_t BL>
using immer::detail::rbts::relaxed_descent_pos< NodeT, BL, B, BL >::relaxed_t = typename NodeT::relaxed_t

Definition at line 1769 of file position.hpp.

Member Function Documentation

◆ count()

template<typename NodeT , bits_t B, bits_t BL>
count_t immer::detail::rbts::relaxed_descent_pos< NodeT, BL, B, BL >::count ( ) const
inline

◆ descend()

◆ index()

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

◆ node()

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

◆ shift()

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

Definition at line 1775 of file position.hpp.

◆ size()

template<typename NodeT , bits_t B, bits_t BL>
size_t immer::detail::rbts::relaxed_descent_pos< NodeT, BL, B, BL >::size ( ) const
inline

◆ visit()

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

Definition at line 1796 of file position.hpp.

Member Data Documentation

◆ node_

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

Definition at line 1770 of file position.hpp.

◆ relaxed_

template<typename NodeT , bits_t B, bits_t BL>
relaxed_t* immer::detail::rbts::relaxed_descent_pos< NodeT, BL, B, BL >::relaxed_

Definition at line 1771 of file position.hpp.


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