代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/482889/1283810
hpp reverse_fold_impl.hpp
#ifndef BOOST_MPL_AUX_REVERSE_FOLD_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_REVERSE_FOLD_IMPL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software Lic
www.eeworm.com/read/482889/1284001
hpp reverse_iter_fold.hpp
#ifndef BOOST_MPL_ITER_FOLD_BACKWARD_HPP_INCLUDED
#define BOOST_MPL_ITER_FOLD_BACKWARD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2001-2004
// Copyright Dave Abrahams 2001-2002
//
// Distribu
www.eeworm.com/read/242657/4548815
sln file_reverse_static.sln
Microsoft Visual Studio Solution File, Format Version 8.00
#
# $Id: VC71WorkspaceCreator.pm 1159 2007-03-15 12:28:15Z elliott_c $
#
# This file was generated by MPC. Any changes made directly to
www.eeworm.com/read/242657/4548816
sln file_reverse_wince.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# $Id: VC8WorkspaceCreator.pm 1139 2007-02-08 19:49:06Z elliott_c $
#
# This file was generated by MPC. Any chan
www.eeworm.com/read/221464/4830304
cpp reverse-graph-eg.cpp
//=======================================================================
// Copyright 2001 Jeremy G. Siek, Andrew Lumsdaine, Lie-Quan Lee,
//
// This file is part of the Boost Graph Library
//
www.eeworm.com/read/221464/4830385
cpp reverse_graph_cc.cpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
www.eeworm.com/read/221464/4831094
rst make_reverse_iterator.rst
::
template
reverse_iteratorn
make_reverse_iterator(BidirectionalIterator x);
:Returns: An instance of ``reverse_iterator
www.eeworm.com/read/221464/4831105
rst reverse_iterator_abstract.rst
The reverse iterator adaptor iterates through the adapted iterator
range in the opposite direction.
www.eeworm.com/read/221464/4831146
rst reverse_iterator_ref.rst
::
template
class reverse_iterator
{
public:
typedef iterator_traits::value_type value_type;
typedef iterator_traits::reference reference;
www.eeworm.com/read/221464/4831155
rst reverse_iterator_eg.rst
Example
.......
The following example prints an array of characters in reverse order
using ``reverse_iterator``.
::
char letters_[] = "hello world!";
const int N = sizeof(let