|
That Terminal
A terminal emulator designed for video making purposes.
|
Public Member Functions | |
| constexpr void | init (reftype &&b) |
| bool | test (std::size_t idx) const |
A compile-time initialized bitset structure that stores the data as compactly as possible.
|
inlineconstexpr |
Initializes the compressed set using a constexpr_bitset.
| b | An instance of constexpr_bitset to initialized using. |
| bool compressed_bitset< N, maxdim, maxdim2 >::test | ( | std::size_t | idx | ) | const |
Tests whether the given index is set.
| idx | Index to set |