libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
fmt::streamed_t< T > Struct Template Reference

#include <Logger.h>

Public Member Functions

 streamed_t (const T &v)
 

Public Attributes

const T & value
 

Detailed Description

template<typename T>
struct fmt::streamed_t< T >

Definition at line 18 of file Logger.h.

Constructor & Destructor Documentation

◆ streamed_t()

template<typename T >
fmt::streamed_t< T >::streamed_t ( const T &  v)
inlineexplicit

Definition at line 20 of file Logger.h.

Member Data Documentation

◆ value

template<typename T >
const T& fmt::streamed_t< T >::value

Definition at line 19 of file Logger.h.

Referenced by fmt::operator<<().


The documentation for this struct was generated from the following file: