Files
swift-mirror/stdlib/public/Cxx/cxxshim/libcxxshim.h

2 lines
105 B
C++

template <class From, class To>
To __swift_interopStaticCast(From from) { return static_cast<To>(from); }