Luna::List::push_back

void push_back(value_type &&value)

Inserts one element at the back of the list.

Parameters

  • in value

    The element to insert. The element will be move-inserted to the list.