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::full_leaf_pos< NodeT > Struct Template Reference
#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_ |
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::full_leaf_pos< NodeT >
Definition at line 183 of file position.hpp.
Member Typedef Documentation
◆ node_t
template<typename NodeT >
using immer::detail::rbts::full_leaf_pos< NodeT >::node_t = NodeT |
Definition at line 188 of file position.hpp.
Member Function Documentation
◆ count()
template<typename NodeT >
|
inline |
Definition at line 191 of file position.hpp.
◆ index()
template<typename NodeT >
|
inline |
Definition at line 195 of file position.hpp.
◆ node()
template<typename NodeT >
|
inline |
Definition at line 192 of file position.hpp.
References immer::detail::rbts::full_leaf_pos< NodeT >::node_.
◆ shift()
template<typename NodeT >
|
inline |
Definition at line 194 of file position.hpp.
◆ size()
template<typename NodeT >
|
inline |
Definition at line 193 of file position.hpp.
◆ subindex()
template<typename NodeT >
|
inline |
Definition at line 196 of file position.hpp.
◆ visit()
template<typename NodeT >
template<typename Visitor , typename ... Args>
|
inline |
Definition at line 199 of file position.hpp.
Member Data Documentation
◆ B
template<typename NodeT >
|
static |
Definition at line 185 of file position.hpp.
◆ BL
template<typename NodeT >
|
static |
Definition at line 186 of file position.hpp.
◆ node_
template<typename NodeT >
node_t* immer::detail::rbts::full_leaf_pos< NodeT >::node_ |
Definition at line 189 of file position.hpp.
Referenced by immer::detail::rbts::full_leaf_pos< NodeT >::node().
The documentation for this struct was generated from the following file:
- src/immer/detail/rbts/position.hpp