C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
tmptools::pair_c< N1, N2, IS_EXCLUSIVE > Struct Template Reference

A compile-time pair of integers. More...

#include <TMP_Tools.h>

Detailed Description

template<int N1, int N2, bool IS_EXCLUSIVE = true>
struct tmptools::pair_c< N1, N2, IS_EXCLUSIVE >

A compile-time pair of integers.

Template Parameters
IS_EXCLUSIVEgoverns the exclusivity of the pair, that is, in the case of IS_EXCLUSIVE=true, the class provokes a compile-time error if N1=N2

Definition at line 134 of file TMP_Tools.h.


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