Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheHPXProject/hpx
/ array
Method
array
libs/core/serialization/include/hpx/serialization/array.hpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
using value_type = T;
32
33
constexpr array(value_type* t, std::size_t s) noexcept
34
: m_t(t)
35
, m_element_count(s)
36
{
37
}
38
39
[[nodiscard]] constexpr value_type* address() const noexcept
40
{
Callers
1
on_start_thread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected