IsPartiallyOrdered< T, DEF, typename > Struct Template Reference

#include <apibase.h>

Detailed Description

template<typename T, typename DEF = std::false_type, typename = void>
struct maxon::IsPartiallyOrdered< T, DEF, typename >

This type trait checks if T has a member type named PartiallyOrdered. If so, IsPartiallyOrdered<T>::value will be true.

Template Parameters
TType to check.

Public Types

using type = DEF
 

Static Public Attributes

static const maxon::Bool value
 

Member Typedef Documentation

◆ type

using type = DEF

Member Data Documentation

◆ value

const maxon::Bool value
static