CLI11
2.4.2
Loading...
Searching...
No Matches
CLI
Argv.hpp
Go to the documentation of this file.
1
// Copyright (c) 2017-2024, 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
#include <string>
13
#include <vector>
14
// [CLI11:public_includes:end]
15
16
#include "
Macros.hpp
"
17
18
namespace
CLI
{
19
// [CLI11:argv_hpp:verbatim]
20
namespace
detail {
21
#ifdef _WIN32
23
CLI11_INLINE
std::vector<std::string>
compute_win32_argv
();
24
#endif
25
}
// namespace detail
26
// [CLI11:argv_hpp:end]
27
}
// namespace CLI
28
29
#ifndef CLI11_COMPILE
30
#include "impl/Argv_inl.hpp"
// IWYU pragma: export
31
#endif
Macros.hpp
CLI11_INLINE
#define CLI11_INLINE
Definition
Macros.hpp:131
CLI::detail::checked_to_string
auto checked_to_string(T &&value) -> decltype(to_string(std::forward< T >(value)))
special template overload
Definition
TypeTools.hpp:368
CLI
Definition
App.hpp:36
Generated by
1.10.0