1 2 3 4 5 6 7 8
class Test { public: void funca() { static_cast<A>(funcb(static_cast<B>( info))); } };