AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::utilities::LexiComparator< T > Class Template Reference

Compares std::vector< T > in lexicographic order. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/core/utilities/Utilities.hpp>

Public Member Functions

bool operator() (const std::vector< T > &v1, const std::vector< T > &v2) const
 

Detailed Description

template<typename T>
class axom::utilities::LexiComparator< T >

Compares std::vector< T > in lexicographic order.

Note
T must support > and < operators.

Member Function Documentation

◆ operator()()

template<typename T >
bool axom::utilities::LexiComparator< T >::operator() ( const std::vector< T > &  v1,
const std::vector< T > &  v2 
) const
inline

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