Home
last modified time | relevance | path

Searched refs:checking_cast (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dneeded_cast.hxx32 template<typename Ret, typename Param> Ret checking_cast(Param in, Ret) in checking_cast() function
37 template<typename Ret> Ret checking_cast(Ret in, Ret) in checking_cast() function
54 return checking_cast(in, Ret()); in needed_cast()

Completed in 13 milliseconds