Kaynağa Gözat

doc: remove reference to multiple-setters support for meta data

Michele Caini 1 yıl önce
ebeveyn
işleme
350b10ef53
1 değiştirilmiş dosya ile 0 ekleme ve 6 silme
  1. 0 6
      docs/md/meta.md

+ 0 - 6
docs/md/meta.md

@@ -136,12 +136,6 @@ generally used to create the following:
   entt::meta_factory<my_type>{}.data<nullptr, &my_type::data_member>("member"_hs);
   entt::meta_factory<my_type>{}.data<nullptr, &my_type::data_member>("member"_hs);
   ```
   ```
 
 
-  Multiple setters are also supported by means of a `value_list` object:
-
-  ```cpp
-  entt::meta_factory<my_type>{}.data<entt::value_list<&from_int, &from_string>, &my_type::data_member>("member"_hs);
-  ```
-
 * _Member functions_. Meta member functions are actual member functions of the
 * _Member functions_. Meta member functions are actual member functions of the
   underlying type but also plain free functions. From the point of view of the
   underlying type but also plain free functions. From the point of view of the
   client, all the functions associated with the reflected type appear as if they
   client, all the functions associated with the reflected type appear as if they