MCPcopy Create free account
hub / github.com/OISF/libhtp / ValueArray5

Method ValueArray5

test/gtest/gtest.h:10706–10707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10704class ValueArray5 {
10705 public:
10706 ValueArray5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) : v1_(v1), v2_(v2), v3_(v3),
10707 v4_(v4), v5_(v5) {}
10708
10709 template <typename T>
10710 operator ParamGenerator<T>() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected