Definition at line 50 of file bitstring.hpp.
Public Types | |
using | BitContainer = std::array<bool, N> |
Static Public Member Functions | |
static bool | TestBit (const BitContainer &bits, std::uint8_t i) |
static void | SetBit (BitContainer &bits, std::uint8_t i) |
static constexpr std::size_t | BitCount () noexcept |
static void | Reset (BitContainer &bits) noexcept |
using storages::postgres::io::traits::BitContainerTraits< std::array< bool, N > >::BitContainer = std::array<bool, N> |
Definition at line 52 of file bitstring.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 55 of file bitstring.hpp.
|
inlinestaticnoexcept |
Definition at line 56 of file bitstring.hpp.
|
inlinestatic |
Definition at line 54 of file bitstring.hpp.
|
inlinestatic |
Definition at line 53 of file bitstring.hpp.