Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tokenize
Method · 0.85
assemble
Method · 0.85
readString
Method · 0.85
interpretValue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected