Reference documentation for deal.II version 9.1.0-pre
internal::bool2type< B > Struct Template Reference

#include <deal.II/base/template_constraints.h>

Detailed Description

template<bool B>
struct internal::bool2type< B >

The equivalent of the int2type class for boolean arguments.

Deprecated:
Use std::integral_constant<bool, B> instead.
Author
Wolfgang Bangerth, 2009

Definition at line 387 of file template_constraints.h.


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