nginx-otel-nix/src/str_view.hpp
2023-06-01 22:14:08 +00:00

5 lines
111 B
C++

#pragma once
#include <opentelemetry/nostd/string_view.h>
typedef opentelemetry::nostd::string_view StrView;