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

#include <functional.h>

Static Public Member Functions

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

Detailed Description

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

std::vector concatenation.

Member Function Documentation

◆ concat()

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

Appends c items at the end of init.


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