datastructures#

The datastructures module provides basic data structures (typically provided for compatibility with older C++ standards):

  • hpx::detail::small_vector

  • hpx::util::basic_any

  • hpx::util::member_pack

  • hpx::optional

  • hpx::util::tuple

  • hpx::variant

See the API reference of the module for more details.