MemViz
v1.0.0
C++ Memory Layout Inspector
Loading...
Searching...
No Matches
MemberInfo.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
memviz
{
4
5
template
<
typename
T>
6
struct
MemberInfo
;
7
24
template
<
typename
T>
25
constexpr
auto
getMembers
() {
26
return
MemberInfo<T>::get
();
27
}
28
29
}
memviz
Definition
BitCaster.hpp:5
memviz::getMembers
constexpr auto getMembers()
Retrieves a compile-time tuple of member information for type T.
Definition
MemberInfo.hpp:25
memviz::MemberInfo
Definition
MemberInfo.hpp:6
include
memviz
lib
MemberInfo.hpp
Generated by
1.9.8