BoundedPriorityDeque
A lightweight, performant bounded priority deque with wide
|
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 |
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.
T | The type to check for a comparison operator. |