arg_router
1.4.0
C++ command line argument parsing and routing
arg_router.hpp
1
// Copyright (C) 2022-2023 by Camden Mannett.
2
// Distributed under the Boost Software License, Version 1.0.
3
// (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5
#pragma once
6
7
#include "arg_router/literals.hpp"
8
#include "arg_router/multi_lang/iso_locale.hpp"
9
#include "arg_router/multi_lang/root.hpp"
10
#include "arg_router/multi_lang/root_wrapper.hpp"
11
#include "
arg_router/multi_lang/string_selector.hpp
"
12
#include "arg_router/policy/colour_help_formatter.hpp"
13
#include "arg_router/policy/custom_parser.hpp"
14
#include "arg_router/policy/description.hpp"
15
#include "arg_router/policy/min_max_value.hpp"
16
#include "arg_router/policy/token_end_marker.hpp"
17
#include "arg_router/policy/validator.hpp"
18
#include "arg_router/policy/validator_rule_utilities.hpp"
19
#include "arg_router/policy/value_separator.hpp"
20
22
namespace
arg_router
23
{
24
25
}
// namespace arg_router
arg_router
Definition:
algorithm.hpp:16
string_selector.hpp
arg_router
arg_router.hpp
Generated by
1.9.1