ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ALib.Strings.StdFormatter.H File Reference

Description:

This header-file is part of the ALib C++ Framework.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file ALib.Strings.StdFormatter.H.

#include "alib/alib.inl"
#include <fmt/format.h>
#include "ALib.Lang.H"
#include "ALib.Strings.H"

Go to the source code of this file.

Classes

struct  alib::strings::APPENDABLES::Appendable< TAppendable >
struct  alib::strings::APPENDABLES::AppendableTraits< TStdFormat< char, Args... >, char, TAllocator >
struct  alib::strings::APPENDABLES::AppendableTraits< TStdFormat< wchar_t, Args... >, wchar_t, TAllocator >
struct  alib::strings::compatibility::std::formatter< alib::strings::Appendable< TAppendable >, TChar >
struct  alib::strings::compatibility::std::formatter< alib::strings::TAString< TChar, TAllocator >, TChar >
struct  alib::strings::compatibility::std::formatter< alib::strings::TCString< TChar >, TChar >
struct  alib::strings::compatibility::std::formatter< alib::strings::TLocalString< TChar, TCapacity, TAllocator >, TChar >
struct  alib::strings::compatibility::std::formatter< alib::strings::TString< TChar >, TChar >
struct  alib::strings::compatibility::std::formatter< alib::strings::TSubstring< TChar >, TChar >
struct  alib::strings::APPENDABLES::TStdFormat< TChar, TArgs >

Namespaces

namespace  alib
namespace  alib::strings
namespace  alib::strings::APPENDABLES
namespace  alib::strings::compatibility
namespace  alib::strings::compatibility::std

Typedefs

template<typename TAppendable>
using alib::Appendable = strings::Appendable<TAppendable>
 Type alias in namespace alib.
template<typename... Args>
using alib::NStdFormat = strings::TStdFormat<char, Args...>
 Type alias in namespace alib.
template<typename... Args>
using alib::StdFormat = strings::TStdFormat<character, Args...>
 Type alias in namespace alib.
template<typename... Args>
using alib::WStdFormat = strings::TStdFormat<wchar_t, Args...>
 Type alias in namespace alib.

Functions

template<typename TAppendable>
 alib::strings::APPENDABLES::Appendable (const TAppendable &) -> Appendable< TAppendable >
template<typename TChar, typename... TArgs>
 alib::strings::APPENDABLES::TStdFormat (TString< TChar >, TArgs &&...) -> TStdFormat< TChar, TArgs... >