IsPartiallyOrdered< T, DEF, typename > Struct Template Reference

#include <apibase.h>

详细描述

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
T Type to check.

Public Types

using  type = DEF

静态公共属性

static const maxon::Bool   value

Member Typedef Documentation

◆  type

using type = DEF

Member Data Documentation

◆  value

const maxon::Bool value static