cpp-reflect
C++ Reflection and Annotations Library
Loading...
Searching...
No Matches
refl.cppm
Go to the documentation of this file.
1
// Copyright (c) 2024-2025, Víctor Castillo Agüero.
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
8
9
export
module
reflect
;
10
11
export
import
std;
12
13
export
import
:types;
14
export
import
:type_name;
15
export
import
:accessors;
16
export
import
:type_info;
17
export
import
:visitor;
18
19
export
import
:equality;
20
export
import
:any;
21
export
import
:archive;
reflect
src
refl.cppm
Generated by
1.13.2