Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Copy.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/detail/external/hydra_thrust/copy.h>
#include <hydra/Range.h>
#include <utility>
Include dependency graph for Copy.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hydra
 Generic policies definition.
 

Macros

#define COPY_H_
 

Functions

template<typename Iterable_Source , typename Iterable_Target >
std::enable_if< hydra::detail::is_iterable< Iterable_Source >::value &&hydra::detail::is_iterable< Iterable_Target >::value, Range< decltype(std::declval< Iterable_Target & >).begin())> >::type hydra::copy (Iterable_Source &&source, Iterable_Target &&destination)
 
template<typename InputIterator , typename OutputIterator >
OutputIterator hydra::copy (InputIterator first, InputIterator last, OutputIterator result)
 
template<detail::Backend Backend, typename InputIterator , typename OutputIterator >
OutputIterator hydra::copy (hydra::detail::BackendPolicy< Backend > const &policy, InputIterator first, InputIterator last, OutputIterator result)
 

Macro Definition Documentation

◆ COPY_H_

#define COPY_H_