• 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

0.0
/libs/full/components_base/src/address_ostream.cpp
1
//  Copyright (c) 2020-2023 Hartmut Kaiser
2
//
3
//  SPDX-License-Identifier: BSL-1.0
4
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
5
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6

7
#include <hpx/components_base/component_type.hpp>
8
#include <hpx/modules/format.hpp>
9
#include <hpx/naming_base/address.hpp>
10

11
#include <ostream>
12

13
namespace hpx::naming {
14

15
    // this is defined in this module as its implementation relies on
16
    // components::get_component_type_name()
17
    std::ostream& operator<<(std::ostream& os, address const& addr)
×
18
    {
19
        return hpx::util::format_to(os, "({}:{}:{:#x})", addr.locality_,
×
20
            components::get_component_type_name(addr.type_), addr.address_);
×
21
    }
22
}    // namespace hpx::naming
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

© 2026 Coveralls, Inc