#include <intervals.h>
Public Types | |
using | category_t = Cat |
The categories the traits are about. More... | |
Static Public Member Functions | |
template<typename OC > | |
static constexpr bool | compatible_with () |
Returns whether the category OC is "compatible" with this one. More... | |
Static Public Attributes | |
static constexpr bool | has_name = category_has_name<category_t>() |
Whether the category supports name() call. More... | |
Definition at line 1060 of file intervals.h.
using util::quantities::concepts::details::category_traits< Cat >::category_t = Cat |
The categories the traits are about.
Definition at line 1062 of file intervals.h.
|
inlinestatic |
Returns whether the category OC
is "compatible" with this one.
Definition at line 1069 of file intervals.h.
|
static |
Whether the category supports name()
call.
Definition at line 1065 of file intervals.h.