iox::cxx::always_false🔗
struct used to disable the equality operators for fixed string and char pointer; it is needed, because a simple false will be evaluated before the template is instanciated and therefore the program won't be compiled More...
Public Attributes🔗
Name | |
---|---|
constexpr bool | value |
Detailed Description🔗
template <uint64_t >
struct iox::cxx::always_false;
struct used to disable the equality operators for fixed string and char pointer; it is needed, because a simple false will be evaluated before the template is instanciated and therefore the program won't be compiled
Public Attributes Documentation🔗
variable value🔗
static constexpr bool value = false;
Updated on 31 May 2022 at 15:29:15 CEST