Mirror reflection library 0.5.13
|
00001 00012 #ifndef MIRROR_CONSTRUCTOR_TAGS_1102041538_HPP 00013 #define MIRROR_CONSTRUCTOR_TAGS_1102041538_HPP 00014 00015 MIRROR_NAMESPACE_BEGIN 00016 00023 00024 00027 struct default_constructor_tag { }; 00028 00030 00033 struct copy_constructor_tag { }; 00034 struct move_constructor_tag { }; 00035 00037 00043 struct custom_constructor_tag { }; 00044 00046 00049 struct initializer_list_constructor_tag { }; 00050 00052 00055 struct struct_initializer_tag { }; 00056 00057 MIRROR_NAMESPACE_END 00058 00059 #endif //include guard 00060