MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Pair

Method Pair

Kernel/include/pair.h:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 T2 item2;
8
9 Pair(const T1 one, const T2 two){
10 item1 = one;
11 item2 = two;
12 }
13
14 Pair(){
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected