![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include "String.hpp"
#include "Array.hpp"
#include "detail/FormatLiteral_impl.ipp"
#include "detail/FormatLiteral.ipp"
Namespaces | |
s3d | |
s3d::Literals | |
s3d::Literals::FormatLiterals | |
Functions | |
constexpr detail::FormatHelper | s3d::Fmt (const char32 *s) noexcept |
constexpr detail::FormatHelper | s3d::Fmt (StringView s) noexcept |
detail::FormatHelper | s3d::Fmt (const String &s) noexcept |
detail::FormatHelper | s3d::Fmt (const std::u32string &s) noexcept |
constexpr detail::FormatHelper | s3d::Literals::FormatLiterals::operator""_fmt (const char32 *s, size_t length) noexcept |