MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / make_unordered_pair

Function make_unordered_pair

benchmarks/dlib/unordered_pair.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 template <typename T>
132 unordered_pair<T> make_unordered_pair (const T& a, const T& b)
133 {
134 return unordered_pair<T>(a,b);
135 }
136
137// ----------------------------------------------------------------------------------------
138

Callers 1

deserializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected