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

Function Values

rtpose_wrapper/src/gtest/gtest.h:15528–15530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15526//
15527template <typename T1>
15528internal::ValueArray1<T1> Values(T1 v1) {
15529 return internal::ValueArray1<T1>(v1);
15530}
15531
15532template <typename T1, typename T2>
15533internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) {

Callers 2

gtest.hFile · 0.85
BoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected