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

explain vector<INode*> functions

parent 85f3e4b9
No related branches found
No related tags found
2 merge requests!294renamed IParametric -> INamed, and simplify,!293rm INode::m_NP; clang-format
......@@ -82,6 +82,10 @@ protected:
std::vector<double> m_P;
};
// ************************************************************************************************
// vector concatenation, for use in getChildren functions
// ************************************************************************************************
template <class T>
std::vector<const INode*>& operator<<(std::vector<const INode*>& v_node,
const std::unique_ptr<T>& node)
......
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