Refactor view creation to own header file
This commit is contained in:
committed by
Patrick Niklaus
parent
3af3e06e75
commit
44924b4bb4
@@ -243,6 +243,7 @@ template <typename T, std::size_t Bits, storage::Ownership Ownership> class Pack
|
||||
|
||||
public:
|
||||
using value_type = T;
|
||||
static constexpr std::size_t value_size = Bits;
|
||||
using block_type = WordT;
|
||||
|
||||
class internal_reference
|
||||
|
||||
Reference in New Issue
Block a user