MCPcopy Create free account
hub / github.com/fmtlib/fmt / ValueArray

Method ValueArray

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

Source from the content-addressed store, hash-verified

8748class ValueArray {
8749 public:
8750 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {}
8751
8752 template <typename T>
8753 operator ParamGenerator<T>() const { // NOLINT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected