eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
concatenate.hpp File Reference
#include <edsp/meta/advance.hpp>
#include <numeric>
#include <cmath>
#include <iterator>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::algorithm
 

Functions

template<typename InputIt , typename OutputIt >
constexpr void edsp::algorithm::concatenate (InputIt first1, InputIt last1, InputIt first2, InputIt last2, OutputIt d_first)
 Concatenates the elements defined in the range [firs1, last1) and [first2, last2), and stores the result in another range, beginning at d_first. More...