Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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

#include <operations.hpp>

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

Public Types

using this_t = concat_right_visitor
 

Static Public Member Functions

template<typename RPos , typename LPos , typename TPos >
static concat_center_pos< Node > visit_inner (RPos &&rpos, LPos &&lpos, TPos &&tpos)
 
template<typename RPos , typename LPos , typename TPos >
static concat_center_pos< Node > visit_leaf (RPos &&rpos, LPos &&lpos, TPos &&tpos)
 
- Static Public Member Functions inherited from immer::detail::rbts::visitor_base< concat_right_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_right_visitor< Node >

Definition at line 1739 of file operations.hpp.

Member Typedef Documentation

◆ this_t

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

Definition at line 1782 of file operations.hpp.

Member Function Documentation

◆ visit_inner()

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

Definition at line 1786 of file operations.hpp.

◆ visit_leaf()

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

Definition at line 1791 of file operations.hpp.


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