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

Class ValueArray11

rtpose_wrapper/src/gtest/gtest.h:10867–10894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10865 typename T6, typename T7, typename T8, typename T9, typename T10,
10866 typename T11>
10867class ValueArray11 {
10868 public:
10869 ValueArray11(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
10870 T10 v10, T11 v11) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6),
10871 v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11) {}
10872
10873 template <typename T>
10874 operator ParamGenerator<T>() const {
10875 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_};
10876 return ValuesIn(array);
10877 }
10878
10879 private:
10880 // No implementation - assignment is unsupported.
10881 void operator=(const ValueArray11& other);
10882
10883 const T1 v1_;
10884 const T2 v2_;
10885 const T3 v3_;
10886 const T4 v4_;
10887 const T5 v5_;
10888 const T6 v6_;
10889 const T7 v7_;
10890 const T8 v8_;
10891 const T9 v9_;
10892 const T10 v10_;
10893 const T11 v11_;
10894};
10895
10896template <typename T1, typename T2, typename T3, typename T4, typename T5,
10897 typename T6, typename T7, typename T8, typename T9, typename T10,

Callers

nothing calls this directly

Calls 1

ValuesInFunction · 0.85

Tested by

no test coverage detected