C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
tmptools::AssertEvenAndDivideBy2< N > Struct Template Reference

Provokes a compile-time error if N is not even, otherwise acts as a Boost.MPL int_ integral constant wrapper of N/2 More...

#include <TMP_Tools.h>

+ Inheritance diagram for tmptools::AssertEvenAndDivideBy2< N >:
+ Collaboration diagram for tmptools::AssertEvenAndDivideBy2< N >:

Detailed Description

template<int N>
struct tmptools::AssertEvenAndDivideBy2< N >

Provokes a compile-time error if N is not even, otherwise acts as a Boost.MPL int_ integral constant wrapper of N/2

Definition at line 125 of file TMP_Tools.h.


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