bactria  0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
Incident.hpp File Reference

Incident definition. More...

#include <string>
#include <type_traits>
#include <utility>
Include dependency graph for Incident.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Incident definition.

Contains the definitions for the Incident class. It should not be included directly by the user.