Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::detail::rbts::concat_left_visitor< Node > Struct Template Reference

#include <operations.hpp>

+ Inheritance diagram for immer::detail::rbts::concat_left_visitor< Node >:
+ Collaboration diagram for immer::detail::rbts::concat_left_visitor< Node >:

Public Types

using this_t = concat_left_visitor
 

Static Public Member Functions

template<typename LPos , typename TPos , typename RPos >
static concat_center_pos< Node > visit_inner (LPos &&lpos, TPos &&tpos, RPos &&rpos)
 
template<typename LPos , typename TPos , typename RPos >
static concat_center_pos< Node > visit_leaf (LPos &&lpos, TPos &&tpos, RPos &&rpos)
 
- Static Public Member Functions inherited from immer::detail::rbts::visitor_base< concat_left_visitor< Node > >
static decltype(auto) visit_node (Args &&...args)
 
static decltype(auto) visit_relaxed (Args &&...args)
 
static decltype(auto) visit_regular (Args &&...args)
 
static decltype(auto) visit_inner (Args &&...args)
 
static decltype(auto) visit_leaf (Args &&...args)
 

Detailed Description

template<typename Node>
struct immer::detail::rbts::concat_left_visitor< Node >

Definition at line 1737 of file operations.hpp.

Member Typedef Documentation

◆ this_t

template<typename Node >
using immer::detail::rbts::concat_left_visitor< Node >::this_t = concat_left_visitor

Definition at line 1766 of file operations.hpp.

Member Function Documentation

◆ visit_inner()

template<typename Node >
template<typename LPos , typename TPos , typename RPos >
static concat_center_pos<Node> immer::detail::rbts::concat_left_visitor< Node >::visit_inner ( LPos &&  lpos,
TPos &&  tpos,
RPos &&  rpos 
)
inlinestatic

Definition at line 1770 of file operations.hpp.

◆ visit_leaf()

template<typename Node >
template<typename LPos , typename TPos , typename RPos >
static concat_center_pos<Node> immer::detail::rbts::concat_left_visitor< Node >::visit_leaf ( LPos &&  lpos,
TPos &&  tpos,
RPos &&  rpos 
)
inlinestatic

Definition at line 1775 of file operations.hpp.

References IMMER_UNREACHABLE.


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