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

Method Internal

include/chaiscript/utility/json.hpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 Internal( double d ) : Float( d ), Type(Class::Floating) {}
134 Internal( int64_t l ) : Int( l ), Type(Class::Integral) {}
135 Internal( bool b ) : Bool( b ), Type(Class::Boolean) {}
136 Internal( std::string s ) : String(std::make_unique<std::string>(std::move(s))), Type(Class::String) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected