header_utils
Loading...
Searching...
No Matches
ghassanpl::traits::location Struct Reference

This trait implies the named type is an affine type, that is, a type that does not have the addition operator defined on itself Examples: date, position. More...

#include <named.h>

Static Public Attributes

template<typename SELF_TYPE >
static constexpr bool applies_to
 

Detailed Description

This trait implies the named type is an affine type, that is, a type that does not have the addition operator defined on itself Examples: date, position.

Definition at line 44 of file named.h.

Member Data Documentation

◆ applies_to

template<typename SELF_TYPE >
constexpr bool ghassanpl::traits::location::applies_to
staticconstexpr

Definition at line 44 of file named.h.