#ifndef COLLECTION_HPP #define COLLECTION_HPP #include namespace matador::object { template < class Type > class collection { public: private: }; } #endif //COLLECTION_HPP