Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ front
Method
front
include/chaiscript/dispatchkit/bootstrap_stl.hpp:77–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
decltype(auto) front() const
78
{
79
if (empty())
80
{
81
throw std::range_error(
"Range empty"
);
82
}
83
return (*m_begin);
84
}
85
86
decltype(auto) back() const
87
{
Callers
15
default_search_paths
Function · 0.80
default_search_paths
Function · 0.80
default_search_paths
Function · 0.80
operator*
Method · 0.80
operator->
Method · 0.80
fileNameTag
Function · 0.80
writeTestCase
Method · 0.80
ChaiScript_Basic
Method · 0.80
parse_internal
Method · 0.80
front_insertion_sequence_type
Function · 0.80
vector_type
Function · 0.80
calculate_arity
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected