PHP 8.3.31
Preview: rend.hpp Size: 1.16 KB
/opt/cpanel/ea-ruby27/src/passenger-release-6.1.2/src/cxx_supportlib/vendor-modified/boost/range/rend.hpp

// Boost.Range library
//
//  Copyright Thorsten Ottosen 2003-2004. Use, modification and
//  distribution is subject to 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)
//
// For more information, see http://www.boost.org/libs/range/
//

#ifndef BOOST_RANGE_REND_HPP
#define BOOST_RANGE_REND_HPP

#if defined(_MSC_VER)
# pragma once
#endif

#include <boost/range/begin.hpp>
#include <boost/range/reverse_iterator.hpp>

namespace boost
{

template< class C >
inline BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type
rend( C& c )
{
    typedef BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type
               iter_type;
    return iter_type( boost::begin( c ) );
}

template< class C >
inline BOOST_DEDUCED_TYPENAME range_reverse_iterator<const C>::type
rend( const C& c )
{
    typedef BOOST_DEDUCED_TYPENAME range_reverse_iterator<const C>::type
        iter_type;
    return iter_type( boost::begin( c ) );
}

template< class T >
inline BOOST_DEDUCED_TYPENAME range_reverse_iterator<const T>::type
const_rend( const T& r )
{
    return boost::rend( r );
}

} // namespace 'boost'

#endif

Directory Contents

Dirs: 2 × Files: 23

Name Size Perms Modified Actions
algorithm DIR
- drwxr-xr-x 2026-02-11 07:32:10
Edit Download
detail DIR
- drwxr-xr-x 2026-02-11 07:32:10
Edit Download
3.75 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
3.47 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
13.39 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.29 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.88 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.20 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
988 B lrw-r--r-- 2026-01-27 23:50:52
Edit Download
710 B lrw-r--r-- 2026-01-27 23:50:52
Edit Download
3.53 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
680 B lrw-r--r-- 2026-01-27 23:50:52
Edit Download
2.32 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.96 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
530 B lrw-r--r-- 2026-01-27 23:50:52
Edit Download
26.89 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
2.59 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.98 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.33 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.16 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.16 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
1.07 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
2.14 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
2.24 KB lrw-r--r-- 2026-01-27 23:50:52
Edit Download
697 B lrw-r--r-- 2026-01-27 23:50:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).