补全边角
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <structive/property/property.hpp>
|
||||
struct Missing_Key {
|
||||
int value{};
|
||||
};
|
||||
int main() {
|
||||
auto schema = structive::object<Missing_Key>(structive::field<&Missing_Key::value>());
|
||||
return static_cast<int>(schema.property_count);
|
||||
}
|
||||
Reference in New Issue
Block a user