MCPcopy Create free account
hub / github.com/boostorg/beast / operator==

Method operator==

example/http/server/fast/fields_alloc.hpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 template<class U>
185 friend
186 bool
187 operator==(
188 fields_alloc const& lhs,
189 fields_alloc<U> const& rhs)
190 {
191 return &lhs.pool_ == &rhs.pool_;
192 }
193
194 template<class U>
195 friend

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected