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

Function cast_

gil/std.base.hpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31static constexpr auto advance_() noexcept { return advance_(1u); }
32
33template <typename To> static constexpr auto cast_(auto expr) noexcept {
34 return lib::ir::IR{lib::code::Cast<To, decltype(expr)>{expr}};
35}
36
37static constexpr auto getc_() noexcept {
38 return lib::ir::IR{lib::code::GetC{}};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected