Theoretica
A C++ numerical and automatic mathematical library
theoretica::is_orderable< Structure, typename > Struct Template Reference

Check whether a structure is orderable, by checking that it has a comparison operator<(). More...

#include <core_traits.h>

+ Inheritance diagram for theoretica::is_orderable< Structure, typename >:

Detailed Description

template<typename Structure, typename = _internal::void_t<>>
struct theoretica::is_orderable< Structure, typename >

Check whether a structure is orderable, by checking that it has a comparison operator<().


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