1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// // Copyright (c) 2019-2025 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_MYSQL_ROW_HPP #define BOOST_MYSQL_ROW_HPP #include #include #include #include #include #include namespace boost { namespace mysql { /** * \brief An owning, read-only sequence of fields. * \details * Although owning, `row` is read-only. It's optimized for memory re-use. If you need to mutate * fields, use a `std::vector` instead (see \ref row_view::as_vector and \ref * row::as_vector). * * \par Object lifetimes * A `row` object owns a chunk of memory in which it stores its elements. On element access (using * iterators, \ref row::at or \ref row::operator[]) it returns \ref field_view's pointing into the * `row`'s internal storage. These views behave like references, and are valid as long as pointers, * iterators and references into the `row` remain valid. */ class row { detail::row_impl impl_; public: #ifdef BOOST_MYSQL_DOXYGEN /** * \brief A random access iterator to an element. * \details The exact type of the iterator is unspecified. */ using iterator = __see_below__; #else using iterator = const field_view*; #endif /// \copydoc iterator using const_iterator = iterator; /// A type that can hold elements in this collection with value semantics. using value_type = field; /// The reference type. using reference = field_view; /// \copydoc reference using const_reference = field_view; /// An unsigned integer type to represent sizes. using size_type = std::size_t; /// A signed integer type used to represent differences. using difference_type = std::ptrdiff_t; /** * \brief Constructs an empty row. * \par Exception safety * No-throw guarantee. */ row() = default; /** * \brief Copy constructor. * \par Exception safety * Strong guarantee. Internal allocations may throw. * * \par Object lifetimes * `*this` lifetime will be independent of `other`'s. * * \par Complexity * Linear on `other.size()`. */ row(const row& other) = default; /** * \brief Move constructor. * \par Exception safety * No-throw guarantee. * * \par Object lifetimes * Iterators and references (including \ref row_view's and \ref field_view's) to * elements in `other` remain valid. * * \par Complexity * Constant. */ row(row&& other) = default; /** * \brief Copy assignment. * \par Exception safety * Basic guarantee. Internal allocations may throw. * * \par Object lifetimes * `*this` lifetime will be independent of `other`'s. Iterators and references * (including \ref row_view's and \ref field_view's) to elements in `*this` are invalidated. * * \par Complexity * Linear on `this->size()` and `other.size()`. */ row& operator=(const row& other) = default; /** * \brief Move assignment. * \par Exception safety * No-throw guarantee. * * \par Object lifetimes * Iterators and references (including \ref row_view's and \ref field_view's) to * elements in `*this` are invalidated. Iterators and references to elements in `other` remain * valid. * * \par Complexity * Constant. */ row& operator=(row&& other) = default; /** * \brief Destructor. */ ~row() = default; /** * \brief Constructs a row from a \ref row_view. * \par Exception safety * Strong guarantee. Internal allocations may throw. * * \par Object lifetimes * `*this` lifetime will be independent of `r`'s (the contents of `r` will be copied * into `*this`). * * \par Complexity * Linear on `r.size()`. */ row(row_view r) : impl_(r.begin(), r.size()) {} /** * \brief Replaces the contents with a \ref row_view. * \par Exception safety * Basic guarantee. Internal allocations may throw. * * \par Object lifetimes * `*this` lifetime will be independent of `r`'s (the contents of `r` will be copied * into `*this`). Iterators and references (including \ref row_view's and \ref field_view's) to * elements in `*this` are invalidated. * * \par Complexity * Linear on `this->size()` and `r.size()`. */ row& operator=(row_view r) { impl_.assign(r.begin(), r.size()); return *this; } /// \copydoc row_view::begin const_iterator begin() const noexcept { return impl_.fields().data(); } /// \copydoc row_view::end const_iterator end() const noexcept { return impl_.fields().data() + impl_.fields().size(); } /// \copydoc row_view::at field_view at(std::size_t i) const { return impl_.fields().at(i); } /// \copydoc row_view::operator[] field_view operator[](std::size_t i) const noexcept { return impl_.fields()[i]; } /// \copydoc row_view::front field_view front() const noexcept { return impl_.fields().front(); } /// \copydoc row_view::back field_view back() const noexcept { return impl_.fields().back(); } /// \copydoc row_view::empty bool empty() const noexcept { return impl_.fields().empty(); } /// \copydoc row_view::size std::size_t size() const noexcept { return impl_.fields().size(); } /** * \brief Creates a \ref row_view that references `*this`. * \par Exception safety * No-throw guarantee. * * \par Object lifetimes * The returned view will be valid until any function that invalidates iterators and * references is invoked on `*this` or `*this` is destroyed. * * \par Complexity * Constant. */ operator row_view() const noexcept { return row_view(impl_.fields().data(), impl_.fields().size()); } /// \copydoc row_view::as_vector template void as_vector(std::vector& out) const { out.assign(begin(), end()); } /// \copydoc row_view::as_vector std::vector as_vector() const { return std::vector(begin(), end()); } }; /** * \relates row * \brief Equality operator. * \details The containers are considered equal if they have the same number of elements and they * all compare equal, as defined by \ref field_view::operator==. * * \par Exception safety * No-throw guarantee. * * \par Complexity * Linear in `lhs.size()` and `rhs.size()`. */ inline bool operator==(const row& lhs, const row& rhs) noexcept { return row_view(lhs) == row_view(rhs); } /** * \relates row * \brief Inequality operator. * * \par Exception safety * No-throw guarantee. * * \par Complexity * Linear in `lhs.size()` and `rhs.size()`. */ inline bool operator!=(const row& lhs, const row& rhs) { return !(lhs == rhs); } /** * \relates row * \copydoc row::operator==(const row&,const row&) */ inline bool operator==(const row& lhs, const row_view& rhs) noexcept { return row_view(lhs) == rhs; } /** * \relates row * \copydoc row::operator!=(const row&,const row&) */ inline bool operator!=(const row& lhs, const row_view& rhs) noexcept { return !(lhs == rhs); } /** * \relates row * \copydoc row::operator==(const row&,const row&) */ inline bool operator==(const row_view& lhs, const row& rhs) noexcept { return lhs == row_view(rhs); } /** * \relates row * \copydoc row::operator!=(const row&,const row&) */ inline bool operator!=(const row_view& lhs, const row& rhs) noexcept { return !(lhs == rhs); } } // namespace mysql } // namespace boost #endif