mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add conversion string_ref to arithmetic-type
This commit is contained in:
parent
1ef8a6a63b
commit
2e0bc89188
10 changed files with 424 additions and 8 deletions
8
sprout/utility/string_ref/from_string.hpp
Normal file
8
sprout/utility/string_ref/from_string.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue