Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ MakeTuple
Function
MakeTuple
src/include/base/cef_tuple.h:492–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
// argument types.
491
492
inline Tuple0 MakeTuple() {
493
return Tuple0();
494
}
495
496
template <class A>
497
inline Tuple1<A> MakeTuple(const A& a) {
Callers
nothing calls this directly
Calls
1
Tuple0
Class · 0.85
Tested by
no test coverage detected