Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ const_var
Function
const_var
include/chaiscript/dispatchkit/boxed_value.hpp:461–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
/// \sa \ref adding_objects
460
template<typename T>
461
Boxed_Value const_var(const T &t)
462
{
463
return detail::const_var_impl(t);
464
}
465
466
inline Boxed_Value void_var() {
467
static const auto v = Boxed_Value(Boxed_Value::Void_Type());
Callers
15
main
Function · 0.85
ModulePtr create_chaiscript_module_test_module
Method · 0.85
built_in_type_test
Function · 0.85
add_class
Function · 0.85
buildFloat
Method · 0.85
buildInt
Method · 0.85
Id
Method · 0.85
Quoted_String
Method · 0.85
Single_Quoted_String
Method · 0.85
eval_internal
Method · 0.85
eval_internal
Method · 0.85
eval_internal
Method · 0.85
Calls
1
const_var_impl
Function · 0.85
Tested by
2
ModulePtr create_chaiscript_module_test_module
Method · 0.68
built_in_type_test
Function · 0.68