GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::ranges::transform_view::iterator::operator*(3) C++ Standard Libary std::ranges::transform_view::iterator::operator*(3)

std::ranges::transform_view::iterator::operator* - std::ranges::transform_view::iterator::operator*


constexpr decltype(auto) operator*() const; (since C++20)


Returns the transformed element.


Effectively returns std::invoke(*parent_->fun_, *current_), where *parent_->fun_ is
the transformation function stored in the parent transform_view, and current_ is the
underlying iterator into V.


(none)


The transformed element.


operator-> is not provided.


The behavior is undefined if the pointer to parent transform_view is null (e.g. if
*this is default constructed).


If *current_ is a prvalue, its lifetime ends before this function returns. If the
transformation function returns a reference or pointer to it, the result would
dangle.


This section is incomplete
Reason: no example

2022.07.31 http://cppreference.com
() ()
?�??Уèb??std::ranges::transform_view::iterator::operator++,--,+=,-=.3?µ�QoÚ0?Çßù?'?& q�@A cÒ:Uj¥nªÆ?��I.Å?±3Û�ñí{IH�?e n<��»ûßÏÿ3ñ~Ü�±Q?h.�Ñ?�¥���N??�Û ??5·J?�JË�ã¸�¹ÎÔeS?@Óïù¾×?{�~?�+kÓ ÛÓTc�?e�^¨?�|q?�Y.#®#x?K®wÍ�7»�o�¿Þ5Þ�0gï8@£@�í¤J�0??�4??¥?º�ª´Óý?¿�[í ??æñm«ß�ÇO´zh?A'?:³ßË�ý)¼Q"ªë��?N�VÂþeÂuâã?§�?ç�5þÌ�F?�µäê�Æ·(ö?o¹ÁO�K<c¬uÔ½"?^E°??íC+�äë?9ê?o;qóß9jwhÚ�HÄû?ÈÂîR?IX9Çè*?ú�T²àa�Æ�3?ã?Å�ç?ÈPc�Ò?P?"|ÝÙ?BEæ?©�h!Ì4?Ù?,±ÈÈd�z½?òù ¹ß�;"Ùð5¥�Uà8Uí� m¦%tìJ�Â?ÿLv???ÆyF_6IaºW¡�ýb/NÁ¢txXÊØ?��¿7bìt£Ñaé«WÎ?ä�^ã7?Ø��âuøÄ5O��6�É??¤Ê�ü²Sú�[±Á�?¬UÈó`Yý½?¤�?�Cr�îÈ%�¢Ga´K?pº�é?T>§As?[n á?ÒäéeSN?\[u00E5]שñ?¾K�?ª???
() ()
?�??Уèb??std::ranges::transform_view::iterator::operator[].3?�QMoÛ0?½ûW<ä�¬��¥�?^Q`??tÀ6?M±KS?ªL7ÂlI�ä´þ÷£%ÇC�=�??ß?�?ÜÂ�ª(�Ð/ä�"pákãÚò¨èµ(T '�qEalª?�p�Ùf½ÙäëOùÕÇ?f�?lqy)­uT�#-)�¦åη�?ì�Ð�p?~¨gáúY�ïnñëËÏmö~åýêýv³(¸ëµ±^ù?�4Ú?z³??É&ô�æ¢?f�ÿCsTª?³�???�4?ìëïs¯¸?ηY/öõÝ@ëèo§?y�Üñ·2m)¤$ïËøzýUxºù�ø{ �Ó?á@ �ZÒ?"À[�ªVT1a#�:??#¹0z QsBL±ãk?Ù¶lW?è¦çÁÄ?w¥ôÑü¡ù?+8M(W7u§Ë%dçâÿ£~Z,ñzà¬8Ç?¬*Ù;??we,</��*?Qi?çGaϺ�Ô�.0 ;]�kz¥_p:???�ßy:Ù�p¢%nù?Pc?k¼�ÂÓj??rO[?ÇÓzq?MGÙItòÆ®Ç�'ôöM´¶I@<?8·§��K¾µ?º�bû��7º�6 qì?, £?I???

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.