Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 304 Bytes

README.MD

File metadata and controls

10 lines (6 loc) · 304 Bytes

OTTO C++ PREPROCESSOR

C++ preprocessor and code generator based on cppast.

Features

Reflection

Annotate a type with [[otto::reflect]] to generate specializations of otto::reflect::visitable<T> and otto::reflect::structure<T>.