std::shared_ptr< Target > checkAndConvert(std::shared_ptr< Source > incoming, const std::string &expectedTypeName)
The function tries to convert the Source type to the Target type it will throw if Target is not a sub...
Definition: Component-inl.h:27