USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
algorithm.hpp File Reference
#include <uhd/config.hpp>
#include <stdint.h>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

 uhd
 

Functions

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