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
#ifndef BOOST_SYSTEM_RESULT_HPP_INCLUDED #define BOOST_SYSTEM_RESULT_HPP_INCLUDED // Copyright 2017, 2021, 2022 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include #include #include #include #include #include #include #include #include #include #include #include #include #include // namespace boost { namespace system { // throw_exception_from_error #if defined(__GNUC__) && __GNUC__ >= 7 && __GNUC__ <= 8 # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wattributes" #endif BOOST_NORETURN BOOST_NOINLINE inline void throw_exception_from_error( error_code const & e, boost::source_location const& loc ) { boost::throw_with_location( system_error( e ), loc ); } BOOST_NORETURN BOOST_NOINLINE inline void throw_exception_from_error( errc::errc_t const & e, boost::source_location const& loc ) { boost::throw_with_location( system_error( make_error_code( e ) ), loc ); } BOOST_NORETURN BOOST_NOINLINE inline void throw_exception_from_error( std::error_code const & e, boost::source_location const& loc ) { boost::throw_with_location( std::system_error( e ), loc ); } BOOST_NORETURN BOOST_NOINLINE inline void throw_exception_from_error( std::errc const & e, boost::source_location const& loc ) { boost::throw_with_location( std::system_error( make_error_code( e ) ), loc ); } BOOST_NORETURN BOOST_NOINLINE inline void throw_exception_from_error( std::exception_ptr const & p, boost::source_location const& loc ) { if( p ) { std::rethrow_exception( p ); } else { boost::throw_with_location( std::bad_exception(), loc ); } } #if defined(__GNUC__) && __GNUC__ >= 7 && __GNUC__ <= 8 # pragma GCC diagnostic pop #endif // in_place_* using in_place_value_t = variant2::in_place_index_t<0>; BOOST_INLINE_CONSTEXPR in_place_value_t in_place_value{}; using in_place_error_t = variant2::in_place_index_t<1>; BOOST_INLINE_CONSTEXPR in_place_error_t in_place_error{}; namespace detail { template using remove_cvref = typename std::remove_cv< typename std::remove_reference::type >::type; template using is_errc_t = std::is_same...>, mp11::mp_list>; template struct is_constructible: std::is_constructible {}; template struct is_constructible: std::is_convertible {}; template struct is_constructible: std::is_convertible {}; } // namespace detail // result template class result { private: variant2::variant v_; public: using value_type = T; using error_type = E; static constexpr in_place_value_t in_place_value{}; static constexpr in_place_error_t in_place_error{}; public: // constructors // default template::value && std::is_default_constructible::value >::type> constexpr result() noexcept( std::is_nothrow_default_constructible::value ) : v_( in_place_value ) { } // implicit, value template::value && !(detail::is_errc_t::value && std::is_arithmetic::value) && !std::is_convertible::value, int>::type = 0> constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_value, std::forward(a) ) { } // implicit, error template::value && !std::is_convertible::value, int>::type = 0> constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a) ) { } // explicit, value template::value && !(detail::is_errc_t::value && std::is_arithmetic::value) && !detail::is_constructible::value && sizeof...(A) >= 1 >::type> explicit constexpr result( A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_value, std::forward(a)... ) { } // explicit, error template::value && detail::is_constructible::value && sizeof...(A) >= 1 >::type> explicit constexpr result( A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a)... ) { } // tagged, value template::value >::type> constexpr result( in_place_value_t, A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_value, std::forward(a)... ) { } // tagged, error template::value >::type> constexpr result( in_place_error_t, A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a)... ) { } // converting template::value && std::is_convertible::value && !std::is_convertible const&, T>::value >::type> BOOST_CXX14_CONSTEXPR result( result const& r2 ) noexcept( std::is_nothrow_constructible::value && std::is_nothrow_constructible::value && std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) : v_( in_place_error, r2.error() ) { if( r2 ) { v_.template emplace<0>( *r2 ); } } template::value && std::is_convertible::value && !std::is_convertible&&, T>::value >::type> BOOST_CXX14_CONSTEXPR result( result&& r2 ) noexcept( std::is_nothrow_constructible::value && std::is_nothrow_constructible::value && std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) : v_( in_place_error, r2.error() ) { if( r2 ) { v_.template emplace<0>( std::move( *r2 ) ); } } // queries constexpr bool has_value() const noexcept { return v_.index() == 0; } constexpr bool has_error() const noexcept { return v_.index() == 1; } constexpr explicit operator bool() const noexcept { return v_.index() == 0; } // checked value access #if defined( BOOST_NO_CXX11_REF_QUALIFIERS ) BOOST_CXX14_CONSTEXPR T value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) const { if( has_value() ) { return variant2::unsafe_get<0>( v_ ); } else { throw_exception_from_error( variant2::unsafe_get<1>( v_ ), loc ); } } #else BOOST_CXX14_CONSTEXPR T& value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) & { if( has_value() ) { return variant2::unsafe_get<0>( v_ ); } else { throw_exception_from_error( variant2::unsafe_get<1>( v_ ), loc ); } } BOOST_CXX14_CONSTEXPR T const& value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) const& { if( has_value() ) { return variant2::unsafe_get<0>( v_ ); } else { throw_exception_from_error( variant2::unsafe_get<1>( v_ ), loc ); } } template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T>::type value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) && { return std::move( value( loc ) ); } template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T&&>::type value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) && { return std::move( value( loc ) ); } template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T>::type value() const && = delete; template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T const&&>::type value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) const && { return std::move( value( loc ) ); } #endif // unchecked value access BOOST_CXX14_CONSTEXPR T* operator->() noexcept { return variant2::get_if<0>( &v_ ); } BOOST_CXX14_CONSTEXPR T const* operator->() const noexcept { return variant2::get_if<0>( &v_ ); } #if defined( BOOST_NO_CXX11_REF_QUALIFIERS ) BOOST_CXX14_CONSTEXPR T& operator*() noexcept { BOOST_ASSERT( has_value() ); return *operator->(); } BOOST_CXX14_CONSTEXPR T const& operator*() const noexcept { BOOST_ASSERT( has_value() ); return *operator->(); } #else BOOST_CXX14_CONSTEXPR T& operator*() & noexcept { BOOST_ASSERT( has_value() ); return *operator->(); } BOOST_CXX14_CONSTEXPR T const& operator*() const & noexcept { BOOST_ASSERT( has_value() ); return *operator->(); } template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T>::type operator*() && noexcept(std::is_nothrow_move_constructible::value) { return std::move(**this); } template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T&&>::type operator*() && noexcept { return std::move(**this); } template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T>::type operator*() const && noexcept = delete; template BOOST_CXX14_CONSTEXPR typename std::enable_if::value, T const&&>::type operator*() const && noexcept { return std::move(**this); } #endif // error access constexpr E error() const & noexcept( std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) { return has_error()? variant2::unsafe_get<1>( v_ ): E(); } BOOST_CXX14_CONSTEXPR E error() && noexcept( std::is_nothrow_default_constructible::value && std::is_nothrow_move_constructible::value ) { return has_error()? std::move( variant2::unsafe_get<1>( v_ ) ): E(); } // emplace template BOOST_CXX14_CONSTEXPR T& emplace( A&&... a ) { return v_.template emplace<0>( std::forward(a)... ); } // swap BOOST_CXX14_CONSTEXPR void swap( result& r ) noexcept( noexcept( v_.swap( r.v_ ) ) ) { v_.swap( r.v_ ); } friend BOOST_CXX14_CONSTEXPR void swap( result & r1, result & r2 ) noexcept( noexcept( r1.swap( r2 ) ) ) { r1.swap( r2 ); } // equality friend constexpr bool operator==( result const & r1, result const & r2 ) noexcept( noexcept( r1.v_ == r2.v_ ) ) { return r1.v_ == r2.v_; } friend constexpr bool operator!=( result const & r1, result const & r2 ) noexcept( noexcept( !( r1 == r2 ) ) ) { return !( r1 == r2 ); } }; #if defined(BOOST_NO_CXX17_INLINE_VARIABLES) template constexpr in_place_value_t result::in_place_value; template constexpr in_place_error_t result::in_place_error; #endif template std::basic_ostream& operator<<( std::basic_ostream& os, result const & r ) { if( r.has_value() ) { os << "value:" << *r; } else { os << "error:" << r.error(); } return os; } // result template class result { private: variant2::variant v_; public: using value_type = void; using error_type = E; static constexpr in_place_value_t in_place_value{}; static constexpr in_place_error_t in_place_error{}; public: // constructors // default constexpr result() noexcept : v_( in_place_value ) { } // explicit, error template::value && !std::is_convertible::value >::type> explicit constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a) ) { } // implicit, error template::value >::type> constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a) ) { } // more than one arg, error template::value && sizeof...(A) >= 2 >::type> constexpr result( A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a)... ) { } // tagged, value constexpr result( in_place_value_t ) noexcept : v_( in_place_value ) { } // tagged, error template::value >::type> constexpr result( in_place_error_t, A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a)... ) { } // converting template::value >::type> BOOST_CXX14_CONSTEXPR result( result const& r2 ) noexcept( std::is_nothrow_constructible::value && std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) : v_( in_place_error, r2.error() ) { if( r2 ) { this->emplace(); } } // queries constexpr bool has_value() const noexcept { return v_.index() == 0; } constexpr bool has_error() const noexcept { return v_.index() == 1; } constexpr explicit operator bool() const noexcept { return v_.index() == 0; } // checked value access BOOST_CXX14_CONSTEXPR void value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) const { if( has_value() ) { } else { throw_exception_from_error( variant2::unsafe_get<1>( v_ ), loc ); } } // unchecked value access BOOST_CXX14_CONSTEXPR void* operator->() noexcept { return variant2::get_if<0>( &v_ ); } BOOST_CXX14_CONSTEXPR void const* operator->() const noexcept { return variant2::get_if<0>( &v_ ); } BOOST_CXX14_CONSTEXPR void operator*() const noexcept { BOOST_ASSERT( has_value() ); } // error access constexpr E error() const & noexcept( std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) { return has_error()? variant2::unsafe_get<1>( v_ ): E(); } BOOST_CXX14_CONSTEXPR E error() && noexcept( std::is_nothrow_default_constructible::value && std::is_nothrow_move_constructible::value ) { return has_error()? std::move( variant2::unsafe_get<1>( v_ ) ): E(); } // emplace BOOST_CXX14_CONSTEXPR void emplace() { v_.template emplace<0>(); } // swap BOOST_CXX14_CONSTEXPR void swap( result& r ) noexcept( noexcept( v_.swap( r.v_ ) ) ) { v_.swap( r.v_ ); } friend BOOST_CXX14_CONSTEXPR void swap( result & r1, result & r2 ) noexcept( noexcept( r1.swap( r2 ) ) ) { r1.swap( r2 ); } // equality friend constexpr bool operator==( result const & r1, result const & r2 ) noexcept( noexcept( r1.v_ == r2.v_ ) ) { return r1.v_ == r2.v_; } friend constexpr bool operator!=( result const & r1, result const & r2 ) noexcept( noexcept( !( r1 == r2 ) ) ) { return !( r1 == r2 ); } }; #if defined(BOOST_NO_CXX17_INLINE_VARIABLES) template constexpr in_place_value_t result::in_place_value; template constexpr in_place_error_t result::in_place_error; #endif template std::basic_ostream& operator<<( std::basic_ostream& os, result const & r ) { if( r.has_value() ) { os << "value:void"; } else { os << "error:" << r.error(); } return os; } // result namespace detail { template struct reference_to_temporary: std::integral_constant::value || !std::is_convertible::type*, U*>::value > {}; } // namespace detail template class result { private: variant2::variant v_; public: using value_type = U&; using error_type = E; static constexpr in_place_value_t in_place_value{}; static constexpr in_place_error_t in_place_error{}; public: // constructors // implicit, value template::value && !detail::reference_to_temporary::value && !std::is_convertible::value, int>::type = 0> constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_value, &static_cast( std::forward(a) ) ) { } // implicit, error template::value && !std::is_convertible::value, int>::type = 0> constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a) ) { } // explicit, value template::value && !std::is_convertible::value && !detail::reference_to_temporary::value && !detail::is_constructible::value >::type> explicit constexpr result( A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_value, &static_cast( std::forward(a) ) ) { } // explicit, error template::value && detail::is_constructible::value && sizeof...(A) >= 1 >::type> explicit constexpr result( A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a)... ) { } // tagged, value template::value && !detail::reference_to_temporary::value >::type> constexpr result( in_place_value_t, A&& a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_value, &static_cast( std::forward(a) ) ) { } // tagged, error template::value >::type> constexpr result( in_place_error_t, A&&... a ) noexcept( std::is_nothrow_constructible::value ) : v_( in_place_error, std::forward(a)... ) { } // converting template::value && !detail::reference_to_temporary::value && std::is_convertible::value && !std::is_convertible const&, U&>::value >::type> BOOST_CXX14_CONSTEXPR result( result const& r2 ) noexcept( std::is_nothrow_constructible::value && std::is_nothrow_constructible::value && std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) : v_( in_place_error, r2.error() ) { if( r2 ) { this->emplace( *r2 ); } } // queries constexpr bool has_value() const noexcept { return v_.index() == 0; } constexpr bool has_error() const noexcept { return v_.index() == 1; } constexpr explicit operator bool() const noexcept { return v_.index() == 0; } // checked value access BOOST_CXX14_CONSTEXPR U& value( boost::source_location const& loc = BOOST_CURRENT_LOCATION ) const { if( has_value() ) { return *variant2::unsafe_get<0>( v_ ); } else { throw_exception_from_error( variant2::unsafe_get<1>( v_ ), loc ); } } // unchecked value access BOOST_CXX14_CONSTEXPR U* operator->() const noexcept { return has_value()? variant2::unsafe_get<0>( v_ ): 0; } BOOST_CXX14_CONSTEXPR U& operator*() const noexcept { BOOST_ASSERT( has_value() ); return *operator->(); } // error access constexpr E error() const & noexcept( std::is_nothrow_default_constructible::value && std::is_nothrow_copy_constructible::value ) { return has_error()? variant2::unsafe_get<1>( v_ ): E(); } BOOST_CXX14_CONSTEXPR E error() && noexcept( std::is_nothrow_default_constructible::value && std::is_nothrow_move_constructible::value ) { return has_error()? std::move( variant2::unsafe_get<1>( v_ ) ): E(); } // emplace template::value && !detail::reference_to_temporary::value >::type> BOOST_CXX14_CONSTEXPR U& emplace( A&& a ) { return *v_.template emplace<0>( &static_cast( a ) ); } // swap BOOST_CXX14_CONSTEXPR void swap( result& r ) noexcept( noexcept( v_.swap( r.v_ ) ) ) { v_.swap( r.v_ ); } friend BOOST_CXX14_CONSTEXPR void swap( result & r1, result & r2 ) noexcept( noexcept( r1.swap( r2 ) ) ) { r1.swap( r2 ); } // equality friend constexpr bool operator==( result const & r1, result const & r2 ) noexcept( noexcept( r1 && r2? *r1 == *r2: r1.v_ == r2.v_ ) ) { return r1 && r2? *r1 == *r2: r1.v_ == r2.v_; } friend constexpr bool operator!=( result const & r1, result const & r2 ) noexcept( noexcept( !( r1 == r2 ) ) ) { return !( r1 == r2 ); } }; #if defined(BOOST_NO_CXX17_INLINE_VARIABLES) template constexpr in_place_value_t result::in_place_value; template constexpr in_place_error_t result::in_place_error; #endif // operator| namespace detail { // is_value_convertible_to template struct is_value_convertible_to: std::is_convertible { }; template struct is_value_convertible_to: std::integral_constant::value && std::is_convertible::type*, U*>::value> { }; // is_result template struct is_result: std::false_type {}; template struct is_result< result >: std::true_type {}; } // namespace detail // result | value template::value>::type > T operator|( result const& r, U&& u ) { if( r ) { return *r; } else { return std::forward( u ); } } template::value>::type > T operator|( result&& r, U&& u ) { if( r ) { return *std::move( r ); } else { return std::forward( u ); } } // result | nullary-returning-value template()() ), class En = typename std::enable_if::value>::type > T operator|( result const& r, F&& f ) { if( r ) { return *r; } else { return std::forward( f )(); } } template()() ), class En = typename std::enable_if::value>::type > T operator|( result&& r, F&& f ) { if( r ) { return *std::move( r ); } else { return std::forward( f )(); } } // result | nullary-returning-result template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator|( result const& r, F&& f ) { if( r ) { return *r; } else { return std::forward( f )(); } } template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator|( result&& r, F&& f ) { if( r ) { return *std::move( r ); } else { return std::forward( f )(); } } template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator|( result const& r, F&& f ) { if( r ) { return {}; } else { return std::forward( f )(); } } template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator|( result&& r, F&& f ) { if( r ) { return {}; } else { return std::forward( f )(); } } // operator|= // result |= value template::value>::type > result& operator|=( result& r, U&& u ) { if( !r ) { r = std::forward( u ); } return r; } // result |= nullary-returning-value template()() ), class En = typename std::enable_if::value>::type > result& operator|=( result& r, F&& f ) { if( !r ) { r = std::forward( f )(); } return r; } // result |= nullary-returning-result template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type, class En3 = typename std::enable_if::value>::type > result& operator|=( result& r, F&& f ) { if( !r ) { r = std::forward( f )(); } return r; } // operator& // result & unary-returning-value template()( std::declval() ) ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > result operator&( result const& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { return std::forward( f )( *r ); } } template()( std::declval() ) ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > result operator&( result&& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { return std::forward( f )( *std::move( r ) ); } } template()( std::declval() ) ), class En = typename std::enable_if::value>::type > result operator&( result const& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { std::forward( f )( *r ); return {}; } } template()( std::declval() ) ), class En = typename std::enable_if::value>::type > result operator&( result&& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { std::forward( f )( *std::move( r ) ); return {}; } } template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > result operator&( result const& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { return std::forward( f )(); } } template()() ), class En = typename std::enable_if::value>::type > result operator&( result const& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { std::forward( f )(); return {}; } } // result & unary-returning-result template()( std::declval() ) ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator&( result const& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { return std::forward( f )( *r ); } } template()( std::declval() ) ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator&( result&& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { return std::forward( f )( *std::move( r ) ); } } template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > U operator&( result const& r, F&& f ) { if( r.has_error() ) { return r.error(); } else { return std::forward( f )(); } } // operator&= // result &= unary-returning-value template()( std::declval() ) ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type > result& operator&=( result& r, F&& f ) { if( r ) { r = std::forward( f )( *std::move( r ) ); } return r; } template()() ), class En = typename std::enable_if::value>::type > result& operator&=( result& r, F&& f ) { if( r ) { std::forward( f )(); } return r; } // result &= unary-returning-result template()( std::declval() ) ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type, class En3 = typename std::enable_if::value>::type > result& operator&=( result& r, F&& f ) { if( r ) { r = std::forward( f )( *std::move( r ) ); } return r; } template()() ), class En1 = typename std::enable_if::value>::type, class En2 = typename std::enable_if::value>::type, class En3 = typename std::enable_if::value>::type > result& operator&=( result& r, F&& f ) { if( r ) { r = std::forward( f )(); } return r; } } // namespace system } // namespace boost #endif // #ifndef BOOST_SYSTEM_RESULT_HPP_INCLUDED