Skip to content

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 17 June 2021 at 11:15:26 CEST