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

Method string_param

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

Copy constructor (disallowed)

Source from the content-addressed store, hash-verified

88public:
89 /// Copy constructor (disallowed)
90 string_param(string_param const&) = delete;
91
92 /// Copy assignment (disallowed)
93 string_param& operator=(string_param const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected