Template Struct always_false#

Inheritance Relationships#

Base Type#

  • public false_type

Struct Documentation#

template<typename T>
struct always_false : public false_type#

Helper struct for type reporting during static_assert.

Template Parameters:

T – Type to report for the always_false struct.