CLI11 2.7.2
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
Formatter.hpp
1// Copyright (c) 2017-2026, University of Cincinnati, developed by Henry Schreiner
2// under NSF AWARD 1414736 and by the respective contributors.
3// All rights reserved.
4//
5// SPDX-License-Identifier: BSD-3-Clause
6
7#pragma once
8
9// IWYU pragma: private, include "CLI/CLI.hpp"
10
11// [CLI11:public_includes:set]
12// [CLI11:public_includes:end]
13
14#include "App.hpp"
15#include "FormatterFwd.hpp"
16
17namespace CLI {
18// [CLI11:formatter_hpp:verbatim]
19// [CLI11:formatter_hpp:end]
20} // namespace CLI
21
22#ifndef CLI11_COMPILE
23#include "impl/Formatter_inl.hpp" // IWYU pragma: export
24#endif