mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Compare commits
1 Commits
filc
...
morelifebound
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d0fffaa7d |
@@ -101,12 +101,12 @@ struct padded_string final {
|
|||||||
/**
|
/**
|
||||||
* Create a std::string_view with the same content.
|
* Create a std::string_view with the same content.
|
||||||
*/
|
*/
|
||||||
operator std::string_view() const;
|
operator std::string_view() const simdjson_lifetime_bound;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a padded_string_view with the same content.
|
* Create a padded_string_view with the same content.
|
||||||
*/
|
*/
|
||||||
operator padded_string_view() const noexcept;
|
operator padded_string_view() const noexcept simdjson_lifetime_bound;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load this padded string from a file.
|
* Load this padded string from a file.
|
||||||
|
|||||||
Reference in New Issue
Block a user