USRP Hardware Driver and USRP Manual  Version: 003.009.004-0-g2b5a88bb
UHD and USRP Manual
algorithm.hpp File Reference
#include <algorithm>
#include <boost/cstdint.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>

Go to the source code of this file.

Namespaces

 uhd
 

Functions

template<typename Range >
Range uhd::sorted (const Range &range)
 
template<typename Range >
Range uhd::reversed (const Range &range)
 
template<typename Range , typename T >
bool uhd::has (const Range &range, const T &value)
 
template<typename T >
uhd::clip (const T &val, const T &bound1, const T &bound2)