https://github.com/pavelkryukov/safe_string_view
Function checking if std::string_view is consumable by C code
https://github.com/pavelkryukov/safe_string_view
Last synced: 7 months ago
JSON representation
Function checking if std::string_view is consumable by C code
- Host: GitHub
- URL: https://github.com/pavelkryukov/safe_string_view
- Owner: pavelkryukov
- License: mit
- Created: 2022-01-29T12:19:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T21:10:51.000Z (over 3 years ago)
- Last Synced: 2025-01-14T02:43:14.649Z (9 months ago)
- Language: C++
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safe_string_view
Function checking if `std::string_view` is correctly consumable by C code.