I\'m currently implementing a forward list (Singly linked list). I noticed that std::forward_list::emplace_after is O(1), so the complexity is constant: How is this
std::forward_list::emplace_after