Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
CTF::dtypePair< dtype > Struct Template Reference

pair for sorting More...

#include <set.h>

Public Member Functions

bool operator< (const dtypePair< dtype > &other) const
 

Data Fields

int64_t key
 
dtype data
 

Detailed Description

template<typename dtype>
struct CTF::dtypePair< dtype >

pair for sorting

Definition at line 261 of file set.h.

Member Function Documentation

template<typename dtype >
bool CTF::dtypePair< dtype >::operator< ( const dtypePair< dtype > &  other) const
inline

Definition at line 264 of file set.h.

Field Documentation

template<typename dtype >
dtype CTF::dtypePair< dtype >::data

Definition at line 263 of file set.h.

template<typename dtype >
int64_t CTF::dtypePair< dtype >::key

Definition at line 262 of file set.h.


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