Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ lexical_token
Function
lexical_token
example/cacheHierarchy/fkYAML/node.hpp:3265–3268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3263
lexical_token() = default;
3264
3265
lexical_token(lexical_token_t t, str_view s) noexcept
3266
: type(t),
3267
str(s) {
3268
}
3269
3270
lexical_token(lexical_token_t t) noexcept
3271
: type(t) {
Callers
1
node.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected