![]() |
Pending section...
<pstade/oven/parallel_copy.hpp>
Valid expression |
Semantics |
---|---|
|
|
_iter_of<_fwdrng>::type
and _typeof(it)
are Parallel Safe.
s
is a grainsize which
is convertible to boost::range_difference<_typeof(_fwdrng)>::type
.
it
is a ForwardWritable
Iterator.
<pstade/oven/parallel_equals.hpp>
Valid expression |
Semantics |
---|---|
|
|
|
|
_iter_of<_fwdrng1>::type
, _iter_of<_fwdrng2>::type
and _prd
are Parallel
Safe.
s
is a grainsize which
is convertible to boost::range_difference<_typeof(_fwdrng1)>::type
.
<pstade/oven/parallel_for_each.hpp>
Valid expression |
Semantics |
---|---|
|
|
_iter_of<_fwdrng>::type
and _fun
are Parallel Safe.
s
is a grainsize which
is convertible to boost::range_difference<_typeof(_fwdrng)>::type
.
<pstade/oven/parallel_reduce.hpp>
V
is _value_of<_typeof(_fwdrng)>::type
.
Valid expression |
Semantics |
---|---|
|
|
|
|
_iter_of<_fwdrng>::type
and _fun
are Parallel Safe.
s
is a grainsize which
is convertible to boost::range_difference<_typeof(_fwdrng)>::type
.
!boost::empty(_fwdrng)
in the case of the first expression.
_fun
is associative.
<pstade/oven/parallel_sort.hpp>
Valid expression |
Semantics |
---|---|
|
|
|
|
_iter_of<_rndrng>::type
and _fun
are Parallel Safe.
s
is a grainsize which
is convertible to boost::range_difference<_typeof(_rndrng)>::type
.
Copyright © 2005 -2007 Shunsuke Sogame |