QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Classes | |
struct | quickcpplib::_xxx::algorithm::bit_interleave::bit_deinterleave_result< T > |
Namespaces | |
namespace | quickcpplib |
The QuickCppLib namespace. | |
namespace | quickcpplib::_xxx |
Per commit unique namespace to prevent different git submodule versions clashing. | |
namespace | quickcpplib::_xxx::algorithm |
namespace | quickcpplib::_xxx::algorithm::bit_interleave |
namespace | quickcpplib::_xxx::algorithm::bit_interleave::detail |
Functions | |
template<class T , class R = typename detail::next_larger<T>::type, typename std::enable_if<(std::is_unsigned< T >::value), bool >::type = true> | |
R | quickcpplib::_xxx::algorithm::bit_interleave::bit_interleave (T a, T b) noexcept |
Interleaves the bits of \emph a and \emph b. | |
template<class T , class R = typename detail::next_smaller<T>::type, typename std::enable_if<(std::is_unsigned< T >::value), bool >::type = true> | |
bit_deinterleave_result< R > | quickcpplib::_xxx::algorithm::bit_interleave::bit_deinterleave (T x) noexcept |
Deinterleaves the bits in X into evens and odds . | |