void move_all()

in spectator/id.h [49:52]


  void move_all(Tags&& source) {
    entries_.insert(std::make_move_iterator(source.begin()),
                    std::make_move_iterator(source.end()));
  }