Files
scylladb/test/lib
Avi Kivity b530dc1e3b test: sstables::test_env: complete pimplification
sstables::test_env uses the pimpl idiom, but incompletely. This
prevents reaping some of the benefits.

Complete the pimplification:
 - the `impl` nested struct is moved out-of-line
 - all non-template member functions are moved out-of-line
 - a destructor is declared and defined out-of-line
 - the move constructor is also defined (necessary after the destructor is
   defined)

After this, we can forward-declare more components.
2024-03-21 22:29:01 +02:00
..
2024-02-23 10:52:12 +08:00
2023-12-02 22:37:22 +02:00
2023-03-09 08:21:47 +03:00
2023-03-09 08:21:47 +03:00