Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Types |
Public Member Functions |
Public Attributes |
Static Public Attributes |
List of all members
immer::detail::rbts::leaf_descent_pos< NodeT > Struct Template Reference
#include <position.hpp>
Public Types | |
using | node_t = NodeT |
Public Member Functions | |
node_t * | node () const |
shift_t | shift () const |
count_t | index (size_t idx) const |
template<typename... Args> | |
decltype(auto) | descend (Args &&...) |
template<typename Visitor , typename ... Args> | |
decltype(auto) | visit (Visitor v, Args &&...args) |
Public Attributes | |
node_t * | node_ |
Static Public Attributes | |
static constexpr auto | B = NodeT::bits |
static constexpr auto | BL = NodeT::bits_leaf |
Detailed Description
template<typename NodeT>
struct immer::detail::rbts::leaf_descent_pos< NodeT >
Definition at line 153 of file position.hpp.
Member Typedef Documentation
◆ node_t
template<typename NodeT >
using immer::detail::rbts::leaf_descent_pos< NodeT >::node_t = NodeT |
Definition at line 158 of file position.hpp.
Member Function Documentation
◆ descend()
template<typename NodeT >
template<typename... Args>
|
inline |
Definition at line 166 of file position.hpp.
◆ index()
template<typename NodeT >
|
inline |
Definition at line 163 of file position.hpp.
◆ node()
template<typename NodeT >
|
inline |
Definition at line 161 of file position.hpp.
References immer::detail::rbts::leaf_descent_pos< NodeT >::node_.
◆ shift()
template<typename NodeT >
|
inline |
Definition at line 162 of file position.hpp.
◆ visit()
template<typename NodeT >
template<typename Visitor , typename ... Args>
|
inline |
Definition at line 169 of file position.hpp.
Referenced by immer::detail::rbts::relaxed_descent_pos< NodeT, BL, B, BL >::descend().
Member Data Documentation
◆ B
template<typename NodeT >
|
static |
Definition at line 155 of file position.hpp.
◆ BL
template<typename NodeT >
|
static |
Definition at line 156 of file position.hpp.
◆ node_
template<typename NodeT >
node_t* immer::detail::rbts::leaf_descent_pos< NodeT >::node_ |
Definition at line 159 of file position.hpp.
Referenced by immer::detail::rbts::leaf_descent_pos< NodeT >::node().
The documentation for this struct was generated from the following file:
- src/immer/detail/rbts/position.hpp