Explorar o código

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

Michele Caini hai 1 ano
pai
achega
350b10ef53
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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