|
Dev Essential
1.6.3
|
#include <a_util/strings/strings_convert_decl.h>Go to the source code of this file.
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::strings |
| Serves as component for string handling and conversion functionality. | |
Functions | |
| template<typename Numeric> | |
| bool | a_util::strings::toNumeric (const char *from, Numeric &to) |
| template<typename Numeric> | |
| bool | a_util::strings::toNumeric (const std::string &from, Numeric &to) |
| template<typename Numeric> | |
| Numeric | a_util::strings::toNumeric (const char *from) |
| template<typename Numeric> | |
| Numeric | a_util::strings::toNumeric (const std::string &from) |
Private implementation for string conversion functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.