mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
The 'bool' type doesn't hold any meaning on its own, which makes the template instantiation sites not very readable: tuple_type<true> To improve that, we can introduce an enum class which is meaningful in every context: tuple_type<allow_prefixes::yes>
8.8 KiB
8.8 KiB