Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <position.hpp>
Public Types | |
using | node_t = NodeT |
Public Member Functions | |
count_t | count () const |
node_t * | node () const |
size_t | size () const |
shift_t | shift () const |
count_t | index (size_t idx) const |
count_t | subindex (size_t idx) const |
template<typename Visitor , typename ... Args> | |
decltype(auto) | visit (Visitor v, Args &&...args) |
Public Attributes | |
node_t * | node_ |
count_t | count_ |
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_sub_pos< NodeT >
Definition at line 121 of file position.hpp.
Member Typedef Documentation
◆ node_t
using immer::detail::rbts::leaf_sub_pos< NodeT >::node_t = NodeT |
Definition at line 126 of file position.hpp.
Member Function Documentation
◆ count()
|
inline |
Definition at line 130 of file position.hpp.
References immer::detail::rbts::leaf_sub_pos< NodeT >::count_.
◆ index()
|
inline |
Definition at line 134 of file position.hpp.
◆ node()
|
inline |
Definition at line 131 of file position.hpp.
References immer::detail::rbts::leaf_sub_pos< NodeT >::node_.
◆ shift()
|
inline |
Definition at line 133 of file position.hpp.
◆ size()
|
inline |
Definition at line 132 of file position.hpp.
References immer::detail::rbts::leaf_sub_pos< NodeT >::count_.
◆ subindex()
|
inline |
Definition at line 135 of file position.hpp.
◆ visit()
|
inline |
Definition at line 138 of file position.hpp.
Member Data Documentation
◆ B
|
static |
Definition at line 123 of file position.hpp.
◆ BL
|
static |
Definition at line 124 of file position.hpp.
◆ count_
count_t immer::detail::rbts::leaf_sub_pos< NodeT >::count_ |
Definition at line 128 of file position.hpp.
Referenced by immer::detail::rbts::leaf_sub_pos< NodeT >::count(), and immer::detail::rbts::leaf_sub_pos< NodeT >::size().
◆ node_
node_t* immer::detail::rbts::leaf_sub_pos< NodeT >::node_ |
Definition at line 127 of file position.hpp.
Referenced by immer::detail::rbts::leaf_sub_pos< NodeT >::node().
The documentation for this struct was generated from the following file:
- src/immer/detail/rbts/position.hpp