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

Method ValueArray3

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

Source from the content-addressed store, hash-verified

10662class ValueArray3 {
10663 public:
10664 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {}
10665
10666 template <typename T>
10667 operator ParamGenerator<T>() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected