Skip to content
Snippets Groups Projects
Commit d22812f6 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

+ function comment

parent 9e708f4a
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ public:
template<class T> std::vector<const T*> containedSubclass() const;
};
//! Returns vector of children of type T.
template<class T>
std::vector<const T*> ISample::containedSubclass() const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment