架构优化
This commit is contained in:
@@ -102,6 +102,7 @@ struct Managed_Field_Accessor {
|
||||
using object_type = Managed;
|
||||
using value_type = typename Field::member_type;
|
||||
struct storage_identity {};
|
||||
using dependency_spec = structive::No_Property_Dependencies;
|
||||
static constexpr bool readable = true;
|
||||
static constexpr bool writable = managed_field_writable_v<Field>;
|
||||
static constexpr bool synchronized_view_read = false;
|
||||
|
||||
Reference in New Issue
Block a user