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...

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.

Referenced by Playa::maxlocWithBound(), and Playa::minlocWithBound().

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

Index

Definition at line 75 of file PlayaVectorFunctorsDecl.hpp.

Referenced by Playa::maxlocWithBound(), and Playa::minlocWithBound().

Site Contact