qxLib
Classes | List of all members
qx::constexpr_flag< tag_t, T, Start, End > Class Template Reference

Constexpr flag class. More...

#include <constexpr_flag.h>

Detailed Description

template<class tag_t, class T = bool, T Start = false, T End = true>
class qx::constexpr_flag< tag_t, T, Start, End >

Constexpr flag class.

Returns "Start" at the beginning(test), "Start" with test_and_set and "End" after

Template Parameters
tag_t- tag for unique instances
T- value type
Start- start value
End- end value
Author
Khrapov
Date
14.09.2020

Definition at line 28 of file constexpr_flag.h.


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