Searched defs:_LIBCPP_AUTO_CAST (Results 1 – 4 of 4) sorted by relevance
20 #define _LIBCPP_AUTO_CAST(expr) static_cast<::std::__decay_t<decltype((expr))> >(expr) macro