Iros
 
Loading...
Searching...
No Matches
bit_width.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::bit {
6namespace detail {
8 template<concepts::UnsignedInteger T>
9 constexpr auto operator()(T value) const -> T {
11 }
12 };
13}
14
15constexpr inline auto bit_width = detail::BitWidthFunction {};
16}
17
18namespace di {
19using bit::bit_width;
20}
Definition bit_proxy_reference.h:5
Definition bit_proxy_reference.h:5
constexpr auto bit_width
Definition bit_width.h:15
constexpr auto countl_zero
Definition countl_zero.h:35
Definition zstring_parser.h:9
Definition bit_width.h:7
constexpr auto operator()(T value) const -> T
Definition bit_width.h:9
Definition numeric_limits.h:7