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

Method operator!=

test/beast/http/fields.cpp:1111–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109 template<class U>
1110 friend
1111 bool
1112 operator!=(throwing_allocator<T> const& x, throwing_allocator<U> const& y) noexcept
1113 {
1114 return !(x == y);
1115 }
1116 };
1117
1118 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected