MCPcopy 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

mainFunction · 0.85
built_in_type_testFunction · 0.85
add_classFunction · 0.85
buildFloatMethod · 0.85
buildIntMethod · 0.85
IdMethod · 0.85
Quoted_StringMethod · 0.85
Single_Quoted_StringMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85
eval_internalMethod · 0.85

Calls 1

const_var_implFunction · 0.85