SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
min_max_trait< RandomAccessContainer, Minimum > Struct Template Reference

#include <rmq_support.hpp>

Static Public Member Functions

static bool strict_compare (const typename RandomAccessContainer::value_type v1, const typename RandomAccessContainer::value_type v2)
 
static bool compare (const typename RandomAccessContainer::value_type v1, const typename RandomAccessContainer::value_type v2)
 

Detailed Description

template<class RandomAccessContainer, bool Minimum>
struct min_max_trait< RandomAccessContainer, Minimum >

Definition at line 14 of file rmq_support.hpp.

Member Function Documentation

◆ compare()

template<class RandomAccessContainer , bool Minimum>
static bool min_max_trait< RandomAccessContainer, Minimum >::compare ( const typename RandomAccessContainer::value_type  v1,
const typename RandomAccessContainer::value_type  v2 
)
inlinestatic

Definition at line 21 of file rmq_support.hpp.

◆ strict_compare()

template<class RandomAccessContainer , bool Minimum>
static bool min_max_trait< RandomAccessContainer, Minimum >::strict_compare ( const typename RandomAccessContainer::value_type  v1,
const typename RandomAccessContainer::value_type  v2 
)
inlinestatic

Definition at line 16 of file rmq_support.hpp.


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