Specify that a type can be translated to a plain scalar value. The concept has_plain_translation<T> is satisfied if and only if calling translate_t<T> returns a type that is different from T.
More...
#include <eve/concept/translation.hpp>
Specify that a type can be translated into another type. That is, both types are part of the same translation tree.
std::byte