Refactor view creation to own header file

This commit is contained in:
Patrick Niklaus
2018-04-03 12:24:03 +00:00
committed by Patrick Niklaus
parent 3af3e06e75
commit 44924b4bb4
3 changed files with 341 additions and 236 deletions
+1
View File
@@ -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