Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neargye/magic_enum
/ front
Method
front
include/magic_enum/magic_enum_containers.hpp:379–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
377
}
378
379
[[nodiscard]] constexpr reference front() noexcept { return a.front(); }
380
381
[[nodiscard]] constexpr const_reference front() const noexcept { return a.front(); }
382
Callers
8
test_containers.cpp
File · 0.80
operator*
Method · 0.80
operator->
Method · 0.80
fileNameTag
Function · 0.80
writeTestCase
Method · 0.80
magic_enum.hpp
File · 0.80
array
Class · 0.80
bitset
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected