MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / MakePair

Function MakePair

opt_utils/include/open_ptrack/opt_utils/json.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 };
56 template<typename T1, typename T2>
57 static Pair<T1,T2> MakePair(T1 first, T2 second)
58 {
59 return Pair<T1,T2>(first, second);
60 }
61
62 class Node;
63 class Value;

Callers 4

tokenizeMethod · 0.85
assembleMethod · 0.85
readStringMethod · 0.85
interpretValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected