Files
meta.hpp/headers/meta.hpp/meta_infos/class_info.hpp
2021-08-02 21:19:52 +07:00

14 lines
448 B
C++

/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/meta.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2021, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#pragma once
namespace meta_hpp
{
class class_info final {
};
}