Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ TEST_CASE
Function
TEST_CASE
test/api/test_array_base.cpp:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
};
35
36
TEST_CASE(iterators)
37
{
38
array2 a = {1, 2, 3};
39
EXPECT(std::equal(a.begin(), a.end(), a.v.begin()));
40
}
41
42
TEST_CASE(front_back)
43
{
Callers
nothing calls this directly
Calls
6
front
Method · 0.80
back
Method · 0.80
equal
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected