diff --git a/branches/release-1.9.X/html/api/public_api.html b/branches/release-1.9.X/html/api/public_api.html index fd378ece964..5d988d53bca 100644 --- a/branches/release-1.9.X/html/api/public_api.html +++ b/branches/release-1.9.X/html/api/public_api.html @@ -5389,7 +5389,7 @@
hpx/algorithm.hpp
#The header hpx/algorithm.hpp corresponds to the +
The header hpx/algorithm.hpp corresponds to the C++ standard library header algorithm. See Using parallel algorithms for more information about the parallel algorithms.
hpx/any.hpp
#The header hpx/any.hpp corresponds to the C++ +
The header hpx/any.hpp corresponds to the C++ standard library header any.
hpx::any
is compatible with std::any
.
hpx/assert.hpp
#The header hpx/assert.hpp corresponds to the C++ standard +
The header hpx/assert.hpp corresponds to the C++ standard library header cassert.
HPX_ASSERT
is the HPX equivalent to assert
in cassert
.
HPX_ASSERT
can also be used in CUDA device code.
hpx/barrier.hpp
#The header hpx/barrier.hpp corresponds to the +
The header hpx/barrier.hpp corresponds to the
C++ standard library header barrier and contains a distributed barrier implementation. This
functionality is also exposed through the hpx::distributed
namespace. The name in
hpx::distributed
should be preferred.
hpx/channel.hpp
#The header hpx/channel.hpp contains a local and a +
The header hpx/channel.hpp contains a local and a
distributed channel implementation. This functionality is also exposed through the hpx::distributed
namespace. The name in hpx::distributed
should be preferred.
hpx/chrono.hpp
#The header hpx/chrono.hpp corresponds to the +
The header hpx/chrono.hpp corresponds to the C++ standard library header chrono. The following replacements and extensions are provided compared to chrono.
hpx/condition_variable.hpp
#The header hpx/condition_variable.hpp corresponds to the C++ +
The header hpx/condition_variable.hpp corresponds to the C++ standard library header condition_variable.
hpx/exception.hpp
#The header hpx/exception.hpp corresponds to +
The header hpx/exception.hpp corresponds to
the C++ standard library header exception. hpx::exception
extends std::exception
and is the base class for all exceptions thrown in HPX.
HPX_THROW_EXCEPTION
can be used to throw HPX exceptions with file and line information
@@ -6101,7 +6101,7 @@
hpx/execution.hpp
#The header hpx/execution.hpp corresponds to the +
The header hpx/execution.hpp corresponds to the C++ standard library header execution. See High level parallel facilities, Using parallel algorithms and Executor parameters and executor parameter traits for more information about execution policies and executor parameters.
@@ -6192,7 +6192,7 @@hpx/functional.hpp
#The header hpx/functional.hpp corresponds to the +
The header hpx/functional.hpp corresponds to the
C++ standard library header functional. hpx::function
is a more
efficient and serializable replacement for std::function
.
hpx/future.hpp
#The header hpx/future.hpp corresponds to the +
The header hpx/future.hpp corresponds to the C++ standard library header future. See Extended facilities for futures for more information about extensions to futures compared to the C++ standard library.
This header file also contains overloads of hpx::async
,
@@ -6435,7 +6435,7 @@
hpx/init.hpp
#The header hpx/init.hpp contains functionality for +
The header hpx/init.hpp contains functionality for starting, stopping, suspending, and resuming the HPX runtime. This is the main way to explicitly start the HPX runtime. See Starting the HPX runtime for more details on starting the HPX runtime.
hpx/latch.hpp
#The header hpx/latch.hpp corresponds to the C++ +
The header hpx/latch.hpp corresponds to the C++
standard library header latch. It contains a local and a distributed latch
implementation. This functionality is also exposed through the hpx::distributed
namespace.
The name in hpx::distributed
should be preferred.
hpx/mutex.hpp
#The header hpx/mutex.hpp corresponds to the +
The header hpx/mutex.hpp corresponds to the C++ standard library header mutex.
hpx/memory.hpp
#The header hpx/memory.hpp corresponds to the +
The header hpx/memory.hpp corresponds to the C++ standard library header memory. It contains parallel versions of the copy, fill, move, and construct helper functions in memory. See Using parallel algorithms for more information about the parallel algorithms.
@@ -6689,7 +6689,7 @@hpx/numeric.hpp
#The header hpx/numeric.hpp corresponds to the +
The header hpx/numeric.hpp corresponds to the C++ standard library header numeric. See Using parallel algorithms for more information about the parallel algorithms.
hpx/optional.hpp
#The header hpx/optional.hpp corresponds to the +
The header hpx/optional.hpp corresponds to the
C++ standard library header optional. hpx::optional
is compatible
with std::optional
.
hpx/runtime.hpp
#The header hpx/runtime.hpp contains functions for accessing +
The header hpx/runtime.hpp contains functions for accessing local and distributed runtime information.
hpx/source_location.hpp
#The header hpx/source_location.hpp corresponds to the +
The header hpx/source_location.hpp corresponds to the C++ standard library header source_location.
hpx/system_error.hpp
#The header hpx/system_error.hpp corresponds to the +
The header hpx/system_error.hpp corresponds to the C++ standard library header system_error.
hpx/task_block.hpp
#The header hpx/task_block.hpp corresponds to the +
The header hpx/task_block.hpp corresponds to the
task_block
feature in N4755. See using_task_block for more details on using task
blocks.
hpx/experimental/task_group.hpp
#The header hpx/experimental/task_group.hpp +
The header hpx/experimental/task_group.hpp
corresponds to the task_group
feature in oneAPI Threading Building Blocks (oneTBB).
hpx/thread.hpp
#The header hpx/thread.hpp corresponds to the +
The header hpx/thread.hpp corresponds to the C++ standard library header thread. The functionality in this header is equivalent to the standard library thread functionality, with the exception that the HPX equivalents are implemented on top of lightweight threads and the HPX runtime.
@@ -7035,7 +7035,7 @@hpx/semaphore.hpp
#The header hpx/semaphore.hpp corresponds to the +
The header hpx/semaphore.hpp corresponds to the C++ standard library header semaphore.