diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-25 07:38:40 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-25 07:38:40 +0200 |
| commit | bcfd2f2ce953b0f9ed0a59a46d8db463aef4e714 (patch) | |
| tree | e4a93a3f765c3aa2bf2b36bc045572477f0bc590 /entity | |
| parent | 5e3cbab0d0f08bc06141a565a1ef1e7d14bba9b7 (diff) | |
some work on inspecting other enttiy subtypes
Diffstat (limited to 'entity')
| -rw-r--r-- | entity/accessor.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/entity/accessor.hpp b/entity/accessor.hpp index 3a25cd22..468c51c3 100644 --- a/entity/accessor.hpp +++ b/entity/accessor.hpp @@ -170,6 +170,4 @@ field_status erased_accessor::is_enabled(const void* x) const noexcept { return erased_constraints::range erased_accessor::get_range(const void* x) const noexcept { return range_fun(x,range); } erased_constraints::max_length erased_accessor::get_max_length(const void* x) const noexcept { return length_fun(x,length); } -template<typename T> void get_erased_accessors(std::vector<erased_accessor>& ret); - } // namespace floormat::entities |
