OSVR-Core
Namespaces | Functions
RangeTransform.h File Reference

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...
 

Detailed Description

Header.

Date
2016
Author
Sensics, Inc. http://sensics.com/osvr

Function Documentation

§ range_transform()

template<typename Container , typename OutIter , typename Func >
OutIter osvr::vbtracker::range_transform ( Container &&  c,
OutIter  dest,
Func &&  f 
)
inline

Wrapper for std::transform that does the begin and end business for us.