mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
converter.hpp File Reference

Provides functions for converting between different data types. More...

#include "library-pch.hpp"
Include dependency graph for converter.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Provides functions for converting between different data types.

Definition in file converter.hpp.