Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ throw_logic_error
Function
throw_logic_error
3rd/wildcards/include/wildcards/match.hpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
constexpr bool throw_logic_error(const char* what_arg)
83
{
84
return what_arg == nullptr ? false : throw std::logic_error(what_arg);
85
}
86
87
template <typename T>
88
constexpr T throw_logic_error(T t, const char* what_arg)
Callers
6
is_set
Function · 0.85
set_end
Function · 0.85
match_set
Function · 0.85
is_alt
Function · 0.85
alt_end
Function · 0.85
alt_sub_end
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected