23 #ifndef EDSP_STRING_VIEW_HPP 24 #define EDSP_STRING_VIEW_HPP 26 #include <edsp/thirdparty/nonstd/string_view.hpp> 28 namespace edsp {
inline namespace types {
30 using nonstd::string_view;
32 template <
typename Char>
37 #endif //EDSP_STRING_VIEW_HPP nonstd::basic_string_view< Char > basic_string_view
Definition: string_view.hpp:33
Definition: amplifier.hpp:29