#pragma once #include #include class SmoothieImpl : public Smoothie { friend Smoothie; public: SmoothieImpl() : Smoothie() { } // blittableŚ^ BlittableTypes blittableTypes; };