mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add sprout::string_ref
support conversion array-like container iterator to pointer
This commit is contained in:
parent
fa1d769bdf
commit
1ef8a6a63b
64 changed files with 1570 additions and 254 deletions
12
sprout/utility/string_ref.hpp
Normal file
12
sprout/utility/string_ref.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef SPROUT_UTILITY_STRING_REF_HPP
|
||||
#define SPROUT_UTILITY_STRING_REF_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/utility/string_ref/string_ref.hpp>
|
||||
#include <sprout/utility/string_ref/comparison.hpp>
|
||||
#include <sprout/utility/string_ref/io.hpp>
|
||||
#include <sprout/utility/string_ref/hash.hpp>
|
||||
#include <sprout/utility/string_ref/type_traits.hpp>
|
||||
#include <sprout/utility/string_ref/alias.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_UTILITY_STRING_REF_HPP
|
Loading…
Add table
Add a link
Reference in a new issue