asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt::flat_type_traits< T > Struct Template Reference

Trait mapping a C++ type to its flat_tree metadata. More...

Detailed Description

template<typename T>
struct asrt::flat_type_traits< T >

Trait mapping a C++ type to its flat_tree metadata.

Each specialisation provides: raw_type — the type stored inside the C union value_type — the C++ facing type (often the same) flat_type — the asrt_flat_value_type constant is_scalar — true for leaf nodes, false for containers


The documentation for this struct was generated from the following file: