Lolly 1.4.27
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
less_eq_operator< T > Struct Template Reference

#include <merge_sort.hpp>

Static Public Member Functions

static bool leq (T &a, T &b)
 

Detailed Description

template<class T>
struct less_eq_operator< T >

Definition at line 21 of file merge_sort.hpp.

Member Function Documentation

◆ leq()

template<class T >
static bool less_eq_operator< T >::leq ( T & a,
T & b )
inlinestatic

Definition at line 22 of file merge_sort.hpp.

22{ return a <= b; }
blackbox b[13]

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