Function object for calling trace. More...

#include <atria/prelude/trace.hpp>

Public Member Functions

template<typename T >
auto operator() (T &&x) -> decltype(trace(std::forward< T >(x), message))
 

Public Attributes

std::string message
 

Detailed Description

Function object for calling trace.

See also
trace
traced

Definition at line 57 of file trace.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub