MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / Box

Class Box

__tests__/fixtures/kernel-parity/torture.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56template <typename T>
57class Box : public Base<T> {
58public:
59 T get() const { return value_; }
60 T unwrap();
61
62private:
63 T value_;
64};
65
66template <typename T>
67T Box<T>::unwrap() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected