arg_router
1.4.0
C++ command line argument parsing and routing
translation.hpp
1
// Copyright (C) 2022 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/traits.hpp"
8
9
namespace
arg_router::multi_lang
10
{
21
template
<
typename
LanguageID>
22
class
translation
23
{
24
static_assert(traits::always_false_v<LanguageID>,
"Unhandled language ID"
);
25
};
26
}
// namespace arg_router::multi_lang
arg_router::multi_lang::translation
Definition:
translation.hpp:23
arg_router::multi_lang
Definition:
iso_locale.hpp:10
arg_router
multi_lang
translation.hpp
Generated by
1.9.1