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

Method pointer

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

Source from the content-addressed store, hash-verified

1836 explicit ValueHolder(const T& value) : value_(value) {}
1837
1838 T* pointer() { return &value_; }
1839
1840 private:
1841 T value_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected