mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
2 lines
105 B
C++
2 lines
105 B
C++
template <class From, class To>
|
|
To __swift_interopStaticCast(From from) { return static_cast<To>(from); } |