c++-gtk-utils
Cgu::DoIf::StaticAssertion Class Reference

Class for compile time assertion that a statement is true. More...

#include <c++-gtk-utils/do_if.h>

Detailed Description

Class for compile time assertion that a statement is true.

See also
DoIf::RelatedTest DoIf::assert_related_to_type() DoIf::assert_related_types() DoIf::assert_same_type() and DoIf::assert_not_const()

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


The documentation for this class was generated from the following file: