fpmas 1.5
Static Public Member Functions | List of all members
fpmas::utils::detail::Concat< std::set< T, Comp, Alloc > > Struct Template Reference

#include <functional.h>

Static Public Member Functions

static std::set< T, Comp, Alloc > concat (std::set< T, Comp, Alloc > &init, const std::set< T, Comp, Alloc > &c)
 

Detailed Description

template<typename T, typename Comp, typename Alloc>
struct fpmas::utils::detail::Concat< std::set< T, Comp, Alloc > >

std::set concatenation.

Member Function Documentation

◆ concat()

template<typename T , typename Comp , typename Alloc >
static std::set< T, Comp, Alloc > fpmas::utils::detail::Concat< std::set< T, Comp, Alloc > >::concat ( std::set< T, Comp, Alloc > &  init,
const std::set< T, Comp, Alloc > &  c 
)
inlinestatic

Inserts c's items into init.


The documentation for this struct was generated from the following file: