Luna::Path::back

const_reference back() const

Gets the last name node in the path.

Return value

Returns one constant reference to the last name node in the path.

Valid Usage

  • empty() must be false when calling this function.