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

Predicate that implements less than. More...

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

Public Member Functions

AXOM_HOST_DEVICE bool operator() (const T &a, const T &b) const
 

Detailed Description

template<typename T>
struct axom::utilities::detail::less_than< T >

Predicate that implements less than.

Member Function Documentation

◆ operator()()

template<typename T >
AXOM_HOST_DEVICE bool axom::utilities::detail::less_than< T >::operator() ( const T &  a,
const T &  b 
) const
inline

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