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

Method is_const

include/chaiscript/dispatchkit/boxed_value.hpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 bool is_const() const noexcept
236 {
237 return m_data->m_type_info.is_const();
238 }
239
240 bool is_type(const Type_Info &ti) const noexcept
241 {

Callers 1

DataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected