Luna::Path::push_back
void push_back(Name &&path_node)
Inserts one name node at the back of the path.
Parameters
-
in path_node
The name node to insert. The name node will be move-inserted to the path.
void push_back(Name &&path_node)
Inserts one name node at the back of the path.
in path_node
The name node to insert. The name node will be move-inserted to the path.