An implementation of C++23's std::ranges::to. More...
Go to the source code of this file.
Namespaces | |
namespace | bio |
The main BioC++ namespace. | |
namespace | bio::ranges |
The ranges module's namespace. | |
Functions | |
template<typename container_t , typename... args_t> | |
constexpr auto | bio::ranges::to (args_t &&... args) |
Converts a range to a container. | |
template<typename container_t , std::ranges::range rng_t, typename... args_t> | |
constexpr auto | bio::ranges::to (rng_t &&rng, args_t &&... args) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
An implementation of C++23's std::ranges::to.