NuTo
Numerics Tool
Public Member Functions | List of all members
NuTo::CompareVector< TVector > Struct Template Reference

#include <NaturalCoordinateMemoizer.h>

Public Member Functions

bool operator() (const TVector &l, const TVector &r) const
 defines a compare operator, following the compare concept http://en.cppreference.com/w/cpp/concept/Compare More...
 

Member Function Documentation

template<typename TVector >
bool NuTo::CompareVector< TVector >::operator() ( const TVector &  l,
const TVector &  r 
) const
inline

defines a compare operator, following the compare concept http://en.cppreference.com/w/cpp/concept/Compare

Remarks
Looks wierd, is fast. std::tie performs elementwise comparisons.

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