mal-packet-weaver
C++20 packet serialization/deserialization library.
|
Provides functions for converting between different data types. More...
#include "library-pch.hpp"
Go to the source code of this file.
Namespaces | |
namespace | mal_toolkit |
Contains a collection of tools and utilities provided by the MAL Toolkit library. | |
Functions | |
std::optional< int64_t > | mal_toolkit::to_int64 (std::string_view str) |
Convert a string_view to an optional int64_t. | |
std::optional< uint64_t > | mal_toolkit::to_uint64 (std::string_view str) |
Convert a string_view to an optional uint64_t. | |
std::optional< long double > | mal_toolkit::to_long_double (std::string_view str) |
Convert a string_view to an optional long double. | |
Provides functions for converting between different data types.
Definition in file converter.hpp.