/
UCS
/
sqlite_orm
Обзор
Документация
Войти
/
UCS
/
sqlite_orm
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
dev/functional/cxx_string_view.h
11 строк
215 B
klaus triendl
Addressed the chicken-and-egg problem with <optional>, <string_view>
28 май 2022, 11:25
28 май 2022, 11:25
231fec9
Код
Авторство
О чём код?
#pragma once #include "cxx_core_features.h" #if SQLITE_ORM_HAS_INCLUDE(<string_view>) #include <string_view> #endif #if __cpp_lib_string_view >= 201606L #define SQLITE_ORM_STRING_VIEW_SUPPORTED #endif