|
MetroCollect
2.3.4
|
#include <array>#include <string_view>

Go to the source code of this file.
Classes | |
| class | MetroCollect::Statistics |
| Class holding various statistics-related types and variables. More... | |
Namespaces | |
| MetroCollect | |
Functions | |
| template<typename T > | |
| constexpr Statistics::Stats | MetroCollect::operator| (Statistics::Stats a, T b) |
| Performs bitwise OR of two statistics. More... | |
| template<typename T > | |
| constexpr Statistics::Stats & | MetroCollect::operator|= (Statistics::Stats &a, T b) |
| Performs and assigns bitwise OR of two statistics. More... | |