BoundedPriorityDeque
A lightweight, performant bounded priority deque with wide
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
has_comparison_operator< T > Class Template Reference

Type trait to detect the presence of a comparison operator in types. More...

#include <BoundedPriorityDeque.hpp>

Static Public Attributes

static constexpr bool value = decltype(check(std::declval<T*>()))::value
 

Detailed Description

template<typename T>
class has_comparison_operator< T >

Type trait to detect the presence of a comparison operator in types.

This type trait checks if a given type T has a comparison operator defined. It is primarily used to enable specialization based on the availability of this operator.

Template Parameters
TThe type to check for a comparison operator.

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