USRP Hardware Driver and USRP Manual Version: 20250718.0.git40403b7c.fc43
UHD and USRP Manual
Loading...
Searching...
No Matches
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

namespace  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)