CLI11 2.3.1
Loading...
Searching...
No Matches
Formatter.hpp
Go to the documentation of this file.
1// Copyright (c) 2017-2022, 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// [CLI11:public_includes:set]
10#include <algorithm>
11#include <string>
12#include <vector>
13// [CLI11:public_includes:end]
14
15#include "App.hpp"
16#include "FormatterFwd.hpp"
17
18namespace CLI {
19// [CLI11:formatter_hpp:verbatim]
20// [CLI11:formatter_hpp:end]
21} // namespace CLI
22
23#ifndef CLI11_COMPILE
24#include "impl/Formatter_inl.hpp"
25#endif
Definition: App.hpp:34