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

Go to the source code of this file.

Namespaces

 hydra
 Generic policies definition.
 

Functions

template<typename Iterator >
__hydra_host__ __hydra_device__ auto hydra::distance (Iterator first, Iterator last) -> decltype(hydra::thrust::distance< Iterator >(first, last))