|
| template<typename... Targs> |
| constexpr bool | jau::cfmt::check (const std::string_view fmt, const Targs &...) noexcept |
| | Strict type validation of arguments against the format string.
|
| |
| template<typename... Targs> |
| constexpr bool | jau::cfmt::check2 (const std::string_view fmt) noexcept |
| | Strict type validation of arguments against the format string.
|
| |
| template<typename StrView, typename... Targs> |
| constexpr bool | jau::cfmt::check3 (StrView fmt) noexcept |
| |
| template<typename... Targs> |
| constexpr PResult | jau::cfmt::checkR (const std::string_view fmt, const Targs &...) noexcept |
| | Strict type validation of arguments against the format string.
|
| |
| template<typename... Targs> |
| constexpr PResult | jau::cfmt::checkR2 (const std::string_view fmt) noexcept |
| | Strict type validation of arguments against the format string.
|
| |
| static constexpr bool | jau::cfmt::isDigit (const char c) noexcept |
| |
| std::ostream & | jau::cfmt::operator<< (std::ostream &out, const PResult &pc) |
| |
| static constexpr const char * | jau::cfmt::to_string (plength_t s) noexcept |
| |
| static constexpr const char * | jau::cfmt::to_string (pstate_t s) noexcept |
| |