Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ is_ref
Method
is_ref
include/chaiscript/dispatchkit/boxed_value.hpp:291–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
bool is_ref() const noexcept
292
{
293
return m_data->m_is_ref;
294
}
295
296
bool is_return_value() const noexcept
297
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected