dune-common 2.9.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Max< Type > Struct Template Reference

#include <dune/common/binaryfunctions.hh>

Public Types

using first_argument_type = Type
 
using second_argument_type = Type
 
using result_type = Type
 

Public Member Functions

Type operator() (const Type &t1, const Type &t2) const
 

Member Typedef Documentation

◆ first_argument_type

template<typename Type >
using Dune::Max< Type >::first_argument_type = Type

◆ result_type

template<typename Type >
using Dune::Max< Type >::result_type = Type

◆ second_argument_type

template<typename Type >
using Dune::Max< Type >::second_argument_type = Type

Member Function Documentation

◆ operator()()

template<typename Type >
Type Dune::Max< Type >::operator() ( const Type &  t1,
const Type &  t2 
) const
inline

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