Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
kcenon::logger::is_async_writer< T > Struct Template Reference

Type trait to check if a writer is asynchronous. More...

#include <writer_category.h>

Inheritance diagram for kcenon::logger::is_async_writer< T >:
Inheritance graph
Collaboration diagram for kcenon::logger::is_async_writer< T >:
Collaboration graph

Detailed Description

template<typename T>
struct kcenon::logger::is_async_writer< T >

Type trait to check if a writer is asynchronous.

Template Parameters
TWriter type to check
Since
1.4.0

Definition at line 168 of file writer_category.h.


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