A `std::tuple` is not a container in the STL sense (it also doesn't provide iterators and you can't add or delete elements from it), so there is no issue in that regard. For example, `std::tie()` is a function in the standard library that returns a tuple of references.
2 comments
[ 3.0 ms ] story [ 12.4 ms ] threadSo std::tuple<const query&> is just not correct, right?