cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / cpp-common / bt2s / string-view.hpp
1 /*
2 * Copyright (c) 2023 Philippe Proulx <pproulx@efficios.com>
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7 #ifndef BABELTRACE_CPP_COMMON_BT2S_STRING_VIEW_HPP
8 #define BABELTRACE_CPP_COMMON_BT2S_STRING_VIEW_HPP
9
10 #include "cpp-common/vendor/string-view-lite/string_view.hpp"
11
12 namespace bt2s {
13
14 using nonstd::basic_string_view;
15 using nonstd::string_view;
16 using nonstd::wstring_view;
17 using nonstd::u16string_view;
18 using nonstd::u32string_view;
19
20 } /* namespace bt2s */
21
22 #endif /* BABELTRACE_CPP_COMMON_BT2S_STRING_VIEW_HPP */
This page took 0.028792 seconds and 4 git commands to generate.