add conversion string_ref to arithmetic-type

This commit is contained in:
bolero-MURAKAMI 2013-02-19 10:51:12 +09:00
parent 1ef8a6a63b
commit 2e0bc89188
10 changed files with 424 additions and 8 deletions

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_UTILITY_STRING_REF_FROM_STRING_HPP
#define SPROUT_UTILITY_STRING_REF_FROM_STRING_HPP
#include <sprout/config.hpp>
#include <sprout/utility/string_ref/string_to_int.hpp>
#include <sprout/utility/string_ref/string_to_float.hpp>
#endif // #ifndef SPROUT_UTILITY_STRING_REF_FROM_STRING_HPP