24 #ifndef PSTORE_SUPPORT_ROUND2_HPP 25 #define PSTORE_SUPPORT_ROUND2_HPP 31 inline std::uint8_t round_to_power_of_2 (std::uint8_t v) noexcept {
40 inline std::uint16_t round_to_power_of_2 (std::uint16_t v) noexcept {
50 inline std::uint32_t round_to_power_of_2 (std::uint32_t v) noexcept {
61 inline std::uint64_t round_to_power_of_2 (std::uint64_t v) noexcept {
75 #endif // PSTORE_SUPPORT_ROUND2_HPP Definition: nonpod2.cpp:40