|
bactria
0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
|
Incident definition. More...
#include <string>#include <type_traits>#include <utility>

Go to the source code of this file.
Classes | |
| class | bactria::reports::Report< TIncidents > |
| The report class. More... | |
| class | bactria::reports::Incident< TValue > |
| The incident type. More... | |
Functions | |
| template<typename TValue > | |
| auto | bactria::reports::make_incident (std::string key, TValue value) -> Incident< std::remove_reference_t< TValue >> |
| Create an incident from a key and a value. More... | |
Incident definition.
Contains the definitions for the Incident class. It should not be included directly by the user.