SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetChilds()

template<typename T >
const std::vector< std::unique_ptr< tree > > & scl::tree< T >::GetChilds ( ) const
inline

Get all this node children.

Returns
Returns all this node children.

Definition at line 63 of file Tree.h.

63{ return m_Childs; }
std::vector< std::unique_ptr< tree > > m_Childs
Children node.
Definition Tree.h:24