Function c4::msb()
Defined in File rapidyaml-0.5.0.hpp
Function Documentation
Warning
doxygenfunction: Unable to resolve function “c4::msb” with arguments () in doxygen xml output for project “hebi_cpp_api Doxygen Project” from directory: /tmp/ws/docs_build/hebi_cpp_api/output_staging/generated/doxygen/xml. Potential matches:
- template<class I> C4_CONSTEXPR14 auto msb(I v) noexcept -> typename std::enable_if<sizeof(I) == 1u, unsigned>::type
- template<class I> C4_CONSTEXPR14 auto msb(I v) noexcept -> typename std::enable_if<sizeof(I) == 2u, unsigned>::type
- template<class I> C4_CONSTEXPR14 auto msb(I v) noexcept -> typename std::enable_if<sizeof(I) == 4u, unsigned>::type
- template<class I> C4_CONSTEXPR14 auto msb(I v) noexcept -> typename std::enable_if<sizeof(I) == 8u && sizeof(unsigned long long) == 8u && sizeof(unsigned long) != sizeof(unsigned long long), unsigned>::type
- template<class I> C4_CONSTEXPR14 auto msb(I v) noexcept -> typename std::enable_if<sizeof(I) == 8u && sizeof(unsigned long) == 8u, unsigned>::type