PlayaFunctors::IndexedValue< Scalar > Struct Template Reference

IndexedValue is the return type for reduction operations such as MinLoc that return a location and a value. More...

#include <PlayaVectorFunctorsDecl.hpp>

List of all members.

Public Attributes

Scalar what
int where


Detailed Description

template<class Scalar>
struct PlayaFunctors::IndexedValue< Scalar >

IndexedValue is the return type for reduction operations such as MinLoc that return a location and a value.

Definition at line 70 of file PlayaVectorFunctorsDecl.hpp.


Member Data Documentation

template<class Scalar>
Scalar PlayaFunctors::IndexedValue< Scalar >::what

Value

Definition at line 73 of file PlayaVectorFunctorsDecl.hpp.

template<class Scalar>
int PlayaFunctors::IndexedValue< Scalar >::where

Index

Definition at line 75 of file PlayaVectorFunctorsDecl.hpp.


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

doxygen