# net::Tree_combine

对树的操作:两个树生成一个新的树 More...

#include <tree.hpp>

# Public Functions

Name
template <typename Data ,typename NoUse >
std::shared_ptr< tree< Data > >
operator()(std::shared_ptr< tree< Data > > const & a, std::shared_ptr< tree< Data > > const & b, const NoUse & c) const

# Detailed Description

template <typename contract_type >
struct net::Tree_combine;

对树的操作:两个树生成一个新的树

# Public Functions Documentation

# function operator()

template <typename Data ,
typename NoUse >
inline std::shared_ptr< tree< Data > > operator()(
    std::shared_ptr< tree< Data > > const & a,
    std::shared_ptr< tree< Data > > const & b,
    const NoUse & c
) const

Updated on 15 June 2022 at 16:04:19 CST