MCPcopy Create free account
hub / github.com/apache/trafficserver / _Alias

Class _Alias

lib/yamlcpp/include/yaml-cpp/emittermanip.h:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77inline _Indent Indent(int value) { return _Indent(value); }
78
79struct _Alias {
80 _Alias(const std::string& content_) : content(content_) {}
81 std::string content;
82};
83
84inline _Alias Alias(const std::string& content) { return _Alias(content); }
85

Callers 1

AliasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected