spdlog
Loading...
Searching...
No Matches
fwd.h
Go to the documentation of this file.
1// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
2// Distributed under the MIT License (http://opensource.org/licenses/MIT)
3
4#pragma once
5
6namespace spdlog {
7class logger;
8class formatter;
9
10namespace sinks {
11class sink;
12}
13
14} // namespace spdlog
Definition async.h:25