![]() |
Scanframe Modular Application 0.1.0
|
#include <misc/gen/utils.hpp>
Go to the source code of this file.
Classes | |
| class | sf::reverse_adapter< T > |
| Creates an adapter to reverse iterate over e.g. a std::vector or std::array. More... | |
Namespaces | |
| namespace | sf |
Functions | |
| template<typename T > | |
| void | sf::copy_data (T &dest, const T &src) noexcept(true) |
| Does a binary copy from source to destination data. | |