Searched defs:cast_impl (Results 1 – 1 of 1) sorted by relevance
88 struct cast_impl<Real,NewType> { struct89 static inline NewType run(const Real& x) { in run()95 struct cast_impl<Real,std::complex<Real> > { struct96 static inline std::complex<Real> run(const Real& x) { in run()