The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
from_chars.hpp File Reference
#include <charconv>
#include <optional>
#include <string_view>
Include dependency graph for from_chars.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 utils
 

Functions

template<typename T >
std::optional< T > utils::from_chars (std::string_view str, int base=10)