Program Listing for File meta_info.hpp
↰ Return to documentation for file (rcppsw/version/meta_info.hpp)
#pragma once
/*******************************************************************************
 * Includes
 ******************************************************************************/
#include <string>
#include "rcsw/version/meta_info.h"
/*******************************************************************************
 * Namespaces/Decls
 ******************************************************************************/
namespace rcppsw::version {
/*******************************************************************************
 * Type Definitions
 ******************************************************************************/
using meta_info = ::meta_info;
} /* namespace rcppsw::version */