MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / Cast

Class Cast

gil/std.impl.hpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122};
123
124template <typename To, typename From> struct Cast {
125 From from;
126};
127
128template <typename Offset> struct Peek {
129 Offset offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected