xo-reflect: + pretty printing for xo::reflect::TypeDescr
This commit is contained in:
parent
05ab69384a
commit
d720d89fd2
1 changed files with 7 additions and 7 deletions
|
|
@ -1,16 +1,16 @@
|
|||
/* GcStatistics.hpp
|
||||
/** @file GcStatistics.hpp
|
||||
*
|
||||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
* @author Roland Conybeare, Aug 2025
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "generation.hpp"
|
||||
#include "CircularBuffer.hpp"
|
||||
#include "xo/reflect/TypeDescr.hpp"
|
||||
#include "xo/unit/quantity.hpp"
|
||||
#include "xo/unit/quantity_iostream.hpp"
|
||||
#include "xo/indentlog/print/pretty.hpp"
|
||||
#include <xo/reflect/TypeDescr.hpp>
|
||||
#include <xo/unit/quantity.hpp>
|
||||
#include <xo/unit/quantity_iostream.hpp>
|
||||
#include <xo/indentlog/print/pretty.hpp>
|
||||
#include <ostream>
|
||||
#include <array>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue