dune-common  2.11
Public Member Functions | List of all members
Dune::Std::compare_three_way Struct Reference

A functor implementing the three-way comparison on the arguments. More...

#include <dune/common/std/compare.hh>

Public Member Functions

template<class T , class U >
constexpr auto operator() (T &&t, U &&u) const
 

Detailed Description

A functor implementing the three-way comparison on the arguments.

Member Function Documentation

◆ operator()()

template<class T , class U >
constexpr auto Dune::Std::compare_three_way::operator() ( T &&  t,
U &&  u 
) const
inline

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