Struct fst#

Struct Documentation#

struct fst#

Function object to extract the first element of a pair.

Public Functions

template<typename T, typename U>
inline auto operator()(const thrust::pair<T, U> &p) const -> T#