Path to this page:
Subject: CVS commit: pkgsrc/devel/rttr
From: Mark Davies
Date: 2019-11-27 22:23:53
Message id: 20191127212353.DF4E3FA97@cvs.NetBSD.org
Log Message:
rttr: Add version 0.9.6
RTTR stands for Run Time Type Reflection. It describes the ability of a
computer program to introspect and modify an object at runtime. It is also
the name of the library itself, which is written in C++ and released as
open source library.
The goal of this project is to provide an easy and intuitive way to use
reflection in C++.
Files: