MCPcopy Create free account
hub / github.com/boostorg/beast / str

Method str

include/boost/beast/core/string_param.hpp:114–118  ·  view source on GitHub ↗

Returns the contained string

Source from the content-addressed store, hash-verified

112
113 /// Returns the contained string
114 string_view
115 str() const
116 {
117 return sv_;
118 }
119
120 /// Implicit conversion to @ref string_view
121 operator string_view const() const

Callers 5

syncMethod · 0.45
~scoped_testcaseMethod · 0.45
scoped_testcaseMethod · 0.45
syncMethod · 0.45
fmtdurMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected