xo-expression2/xo-reflect/src/reflect/vector/VectorTdx.cpp
Roland Conybeare 820f431d66 Add 'xo-reflect/' from commit '5dce303fe1'
git-subtree-dir: xo-reflect
git-subtree-mainline: 8111f3846c
git-subtree-split: 5dce303fe1
2025-05-10 20:21:40 -05:00

20 lines
370 B
C++

/* file VectorTdx.cpp
*
* author: Roland Conybeare, Aug 2022
*/
#include "vector/VectorTdx.hpp"
namespace xo {
namespace reflect {
std::string const &
VectorTdx::struct_member_name(uint32_t i) const {
return TypeDescrExtra::struct_member_name(i);
} /*struct_member_name*/
} /*namespace reflect*/
} /*namespace xo*/
/* end VectorTdx.cpp */