#pragma once #include #include #include class SmoothieImpl : public Smoothie { friend Smoothie; static MetaImpl metaImpl; public: SmoothieImpl() : Smoothie() { } };