c++-gtk-utils
|
Class for compile time assertion that a statement is true. More...
#include <c++-gtk-utils/do_if.h>
Class for compile time assertion that a statement is true.
This class will provide a compile time error if an attempt to instantiate it is made when the template argument is false. It is used by the assert_related_to_type(), assert_related_types(), assert_same_type() and assert_not_const() static type-checking assertions.
Since 1.2.10