|
NSVD Reader
0.0.1
|
to_int More...
#include <cstdint>#include <string>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | nodamushi::details::_to_int< bool > |
| struct | nodamushi::details::_to_int< true > |
| struct | nodamushi::details::_to_int< false > |
Namespaces | |
| nodamushi | |
| nodamushi::details | |
Functions | |
| template<typename INT > | |
| INT | nodamushi::to_int (const std::string &v, int base=10) |
| template<typename INT > | |
| INT | nodamushi::to_int (const std::string &v, size_t begin, size_t end, int base=10) |
| template<typename INT > | |
| INT | nodamushi::to_int (const char *text, size_t begin, size_t end, int base=10) |
| template<typename INT > | |
| INT | nodamushi::to_int (const char *text, int base=10) |
to_int
Definition in file to_int.hpp.