What does static_cast<> part do in the above code and how is it different from this:PHP Code:return static_cast<SpellCheckerInterface2*>(this);
PHP Code:return (SpellCheckerInterface2*)this;
|
Results 1 to 2 of 2
Thread: static_castThreaded View
|
Click Here to Expand Forum to Full Width |