MCPcopy Create free account
hub / github.com/RenderKit/oidn / UnorderedEquals

Function UnorderedEquals

external/catch.hpp:3757–3759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3755
3756 template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp>
3757 Vector::UnorderedEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp> const& target) {
3758 return Vector::UnorderedEqualsMatcher<T, AllocComp, AllocMatch>( target );
3759 }
3760
3761} // namespace Matchers
3762} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected