Header file metatype.hpp

#define SIPLASPLAS_METATYPE_METATYPE_HPP 

#include <unordered_map>

#include <memory>

#include <ctti/type_id.hpp>

#include <string>

#include <siplasplas/metatype/export.hpp>

namespace cpp
{
    class MetaTypeSystem;
}