MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / is_undef

Method is_undef

include/chaiscript/dispatchkit/boxed_value.hpp:230–233  ·  view source on GitHub ↗

return true if the object is uninitialized

Source from the content-addressed store, hash-verified

228
229 /// return true if the object is uninitialized
230 bool is_undef() const noexcept
231 {
232 return m_data->m_type_info.is_undef();
233 }
234
235 bool is_const() const noexcept
236 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected