MCPcopy 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
82constexpr bool throw_logic_error(const char* what_arg)
83{
84 return what_arg == nullptr ? false : throw std::logic_error(what_arg);
85}
86
87template <typename T>
88constexpr T throw_logic_error(T t, const char* what_arg)

Callers 6

is_setFunction · 0.85
set_endFunction · 0.85
match_setFunction · 0.85
is_altFunction · 0.85
alt_endFunction · 0.85
alt_sub_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected