MCPcopy 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_pathsFunction · 0.80
default_search_pathsFunction · 0.80
default_search_pathsFunction · 0.80
operator*Method · 0.80
operator->Method · 0.80
fileNameTagFunction · 0.80
writeTestCaseMethod · 0.80
ChaiScript_BasicMethod · 0.80
parse_internalMethod · 0.80
vector_typeFunction · 0.80
calculate_arityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected