MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / operator==

Function operator==

test/transform_test.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227template <typename T, typename U>
228inline bool operator==(const mallocator<T>&, const mallocator<U>&)
229{
230 return true;
231}
232
233template <typename T, typename U>
234inline bool operator!=(const mallocator<T>& a, const mallocator<U>& b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected