OSVR-Core
|
Header. More...
#include <algorithm>
#include <iterator>
#include <utility>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
Functions | |
template<typename Container , typename OutIter , typename Func > | |
OutIter | osvr::vbtracker::range_transform (Container &&c, OutIter dest, Func &&f) |
Wrapper for std::transform that does the begin and end business for us. More... | |
Header.
|
inline |
Wrapper for std::transform that does the begin and end business for us.