MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / has_value

Function has_value

extlibs/sol3/include/sol/sol.hpp:4756–4758  ·  view source on GitHub ↗

\returns whether or not the optional has a value \group has_value

Source from the content-addressed store, hash-verified

4754 /// \returns whether or not the optional has a value
4755 /// \group has_value
4756 constexpr bool has_value() const noexcept {
4757 return this->m_has_value;
4758 }
4759
4760 /// \group has_value
4761 constexpr explicit operator bool() const noexcept {

Callers 15

and_thenMethod · 0.85
or_elseMethod · 0.85
map_orMethod · 0.85
map_or_elseMethod · 0.85
conjunctionMethod · 0.85
disjunctionMethod · 0.85
sol.hppFile · 0.85
swapFunction · 0.85
value_orFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected