代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5430444
hpp fold.hpp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Copyright (c) 2004 Peder Holt
Use, modification and distribution is s
www.eeworm.com/read/168845/5434061
rst iter_fold.rst
.. Algorithms/Iteration Algorithms//iter_fold
iter_fold
=========
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename State
www.eeworm.com/read/168845/5434097
rst find_if.rst
.. Algorithms/Querying Algorithms//find_if |20
find_if
=======
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename Pred
>
www.eeworm.com/read/168845/5434123
rst transform_view.rst
.. Sequences/Views//transform_view
transform_view
==============
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename F
>
www.eeworm.com/read/168845/5434141
rst count.rst
.. Algorithms/Querying Algorithms//count |40
count
=====
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename T
>
struct
www.eeworm.com/read/168845/5434159
rst copy_if.rst
.. Algorithms/Transformation Algorithms//copy_if |20
copy_if
=======
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename Pred
www.eeworm.com/read/168845/5434196
rst replace_if.rst
.. Algorithms/Transformation Algorithms//replace_if |50
replace_if
==========
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename Pre
www.eeworm.com/read/168845/5434242
rst iterators.rst
Iterators are generic means of addressing a particular element or a range
of sequential elements in a sequence. They are also a mechanism that makes
it possible to decouple `algorithms`__ from co
www.eeworm.com/read/168845/5434246
rst iterator_range.rst
.. Sequences/Views//iterator_range
iterator_range
==============
Synopsis
--------
.. parsed-literal::
template<
typename First
, typename Last
>
www.eeworm.com/read/167133/5469232
h basecode.h
/* basecode.h
* Define the base instructions macros.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usag