mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +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
7
sprout/utility/string_ref/conversion.hpp
Normal file
7
sprout/utility/string_ref/conversion.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_UTILITY_STRING_REF_CONVERSION_HPP
|
||||
#define SPROUT_UTILITY_STRING_REF_CONVERSION_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/utility/string_ref/from_string.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_UTILITY_STRING_REF_CONVERSION_HPP
|
Loading…
Add table
Add a link
Reference in a new issue