Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
utils.h File Reference
#include <string.h>
Include dependency graph for misc/gen/utils.h:

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.