SyDEVS  v0.6.7
Multiscale Simulation and Systems Modeling Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
std::less< sydevs::array1d< T > > Struct Template Reference

Compares 1D multidimensional arrays lexiographically (instead of element-wise as in operator()), supporting their use in std::set and other STL containers. More...

#include <arraynd.h>

Public Member Functions

bool operator() (const sydevs::array1d< T > &lhs, const sydevs::array1d< T > &rhs) const
 

Detailed Description

template<typename T>
struct std::less< sydevs::array1d< T > >

Compares 1D multidimensional arrays lexiographically (instead of element-wise as in operator()), supporting their use in std::set and other STL containers.

Member Function Documentation

template<typename T >
bool std::less< sydevs::array1d< T > >::operator() ( const sydevs::array1d< T > &  lhs,
const sydevs::array1d< T > &  rhs 
) const
inline

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