MetroCollect  2.3.4
Statistics.h File Reference
#include <array>
#include <string_view>
Include dependency graph for Statistics.h:
This graph shows which files directly or indirectly include this file:

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...