Template Function lanelet::utils::concatenate(ContainerT&&)
Defined in File Utilities.h
Function Documentation
-
template<typename ContainerT>
auto lanelet::utils::concatenate(ContainerT &&c) overload assuming that c is a container of containers. The return type will be the type of the inner container.
For containers holding heavy objects consider moving the container into this.