Euphoria
numparse.h File Reference
#include <optional>

Go to the source code of this file.

Namespaces

 eu
 

Macros

#define SPECIALIZE(TYPE, FUN)
 

Functions

std::optional< int > eu::locale_parse_int (const std::string &str)
 
std::optional< float > eu::locale_parse_float (const std::string &str)
 
std::optional< bool > eu::locale_parse_bool (const std::string &str)
 
template<typename T >
std::optional< T > eu::locale_parse_generic (const std::string &str)
 

Macro Definition Documentation

◆ SPECIALIZE

#define SPECIALIZE (   TYPE,
  FUN 
)
Value:
template<> std::optional<TYPE> \
locale_parse_generic<TYPE>(const std::string& str);

Definition at line 21 of file numparse.h.