PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::less< T > Struct Template Reference

#include <functional_base.h>

Inheritance diagram for dyno::less< T >:
Collaboration diagram for dyno::less< T >:

Public Member Functions

DYN_FUNC constexpr bool operator() (const T &a, const T &b) const
 
- Public Member Functions inherited from dyno::binary_function< void, void, bool >
DYN_FUNC binary_function ()=default
 

Additional Inherited Members

- Public Types inherited from dyno::binary_function< void, void, bool >
typedef void first_argument_type
 
typedef void second_argument_type
 
typedef bool result_type
 

Detailed Description

template<typename T = void>
struct dyno::less< T >

Definition at line 27 of file functional_base.h.

Member Function Documentation

◆ operator()()

template<typename T = void>
DYN_FUNC constexpr bool dyno::less< T >::operator() ( const T & a,
const T & b ) const
inlineconstexpr

Definition at line 29 of file functional_base.h.


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