#include <sstream>
#include <string>
#include <boost/lexical_cast.hpp>
#include "error.hpp"
#include "none.hpp"
#include "option.hpp"
#include "result.hpp"
#include "strings.hpp"
#include "try.hpp"
Go to the source code of this file.
|
| template<typename T > |
| Try< T > | numify (const std::string &s) |
| |
| template<typename T > |
| Try< T > | numify (const char *s) |
| |
| template<typename T > |
| Result< T > | numify (const Option< std::string > &s) |
| |
template<typename T >
| Try<T> numify |
( |
const std::string & |
s | ) |
|
template<typename T >
| Try<T> numify |
( |
const char * |
s | ) |
|