1
0
Эх сурвалжийг харах

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

Michele Caini 1 жил өмнө
parent
commit
350b10ef53
1 өөрчлөгдсөн 0 нэмэгдсэн , 6 устгасан
  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);
   ```
 
-  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
   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