Further documentation of the prelude / standard library.

This commit is contained in:
Jason Turner
2011-04-25 20:24:31 -06:00
parent 8a0ef143c9
commit 61b8481514
2 changed files with 240 additions and 79 deletions

View File

@@ -620,7 +620,7 @@ namespace chaiscript
m->add(user_type<bool>(), "bool");
m->add(user_type<Boxed_Value>(), "Object");
m->add(user_type<Boxed_POD_Value>(), "PODObject");
m->add(user_type<Proxy_Function>(), "function");
m->add(user_type<Proxy_Function>(), "Function");
m->add(user_type<std::exception>(), "exception");
m->add(fun(&dispatch::Proxy_Function_Base::get_arity), "get_arity");