Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
FormatUtils.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_LIB_STRINGS_FORMATUTILS_H
4#define IMT_BASE_LIB_STRINGS_FORMATUTILS_H
5
8
9#ifdef USE_STL
10
11#include <vector>
12
13namespace imt {
14namespace base {
15namespace lib {
16namespace strings {
17
23class FormatUtils final : private ::imt::base::core::platform::StaticClass {
24
25public:
26
30 using Arguments = std::vector<std::wstring>;
31
41 static std::wstring format(std::wstring const& formatString, Arguments const& args);
42
52 static std::wstring format(std::wstring const& formatString, std::wstring const& arg0);
53
65 static std::wstring format(std::wstring const& formatString, std::wstring const& arg0, std::wstring const& arg1);
66};
67
68} // namespace strings
69} // namespace lib
70} // namespace base
71} // namespace imt
72
73#endif // USE_STL
74
75#endif // IMT_BASE_LIB_STRINGS_FORMATUTILS_H
Base class for a static class that disables construction, copy, assignment and move of instances.
Definition StaticClass.h:48
This is a application specific file which is used to configure Imt.Base.Core.Math.