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

Method operator==

test/beast/http/fields.cpp:1103–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101 template<class U>
1102 friend
1103 bool
1104 operator==(throwing_allocator<T> const&, throwing_allocator<U> const&) noexcept
1105 {
1106 return true;
1107 }
1108
1109 template<class U>
1110 friend

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected