• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

STEllAR-GROUP / hpx / #882

31 Aug 2023 07:44PM UTC coverage: 41.798% (-44.7%) from 86.546%
#882

push

19442 of 46514 relevant lines covered (41.8%)

126375.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/components/containers/partitioned_vector/src/partitioned_vector_component.cpp
1
//  Copyright (c) 2014 Anuj R. Sharma
2
//  Copyright (c) 2014-2017 Hartmut Kaiser
3
//
4
//  SPDX-License-Identifier: BSL-1.0
5
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
6
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7

8
/// \file src/components/containers/partitioned_vector/partitioned_vector_component.cpp
9

10
/// This file defines the necessary component boilerplate code which is
11
/// required for proper functioning of components in the context of HPX.
12

13
#include <hpx/config.hpp>
14
#include <hpx/runtime_components/component_factory.hpp>
15

16
#include <hpx/components/containers/partitioned_vector/export_definitions.hpp>
17
#include <hpx/components/containers/partitioned_vector/partitioned_vector.hpp>
18
#include <hpx/components/containers/partitioned_vector/partitioned_vector_component.hpp>
19

20
HPX_DISTRIBUTED_METADATA(hpx::server::partitioned_vector_config_data,
4✔
21
    hpx_server_partitioned_vector_config_data)
22

23
HPX_REGISTER_COMPONENT_MODULE()
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc