13 template <
class AronDtoT>
14 std::optional<AronDtoT>
29 template <
class DerivedT>
36 const auto* instance = derived<DerivedT>(
this).findInstance(instanceIndex);
37 return instance ? instance->data() :
nullptr;
40 template <
class AronDtoT>
41 std::optional<AronDtoT>
44 return getInstanceDataAs<AronDtoT>(
49 template <
class DerivedT>
56 const auto* instance = derived<DerivedT>(
this).findLatestInstance(instanceIndex);
57 return instance ? instance->data() :
nullptr;
60 template <
class AronDtoT>
61 std::optional<AronDtoT>
64 return getInstanceDataAs<AronDtoT>(
69 template <
class DerivedT>
76 const auto* instance =
77 derived<DerivedT>(
this).findLatestInstance(entityID, instanceIndex);
78 return instance ? instance->data() :
nullptr;
81 template <
class AronDtoT>
82 std::optional<AronDtoT>
85 return getInstanceDataAs<AronDtoT>(