WIP: BG95/sequencer

This commit is contained in:
2021-09-22 22:27:00 +03:00
parent f9b2b8ff6b
commit 2c67fb6069
3 changed files with 64 additions and 55 deletions
+2 -1
View File
@@ -82,7 +82,6 @@ class sequencer {
);
// local type dispatch
using str_view_t = std::basic_string_view<Data_t>;
using range_t = typename Cont_t::range_t;
//! \name Public types
@@ -186,6 +185,8 @@ class sequencer {
*/
template <size_t Nrecords, size_t Nhandles =2>
using script_t = std::array<record_t<Nhandles>, Nrecords>;
using str_view_t = std::basic_string_view<Data_t>;
//! @}