Exemplo n.º 1
0
		template<> inline bool isObjType<std::string>(const Obj& mObj) noexcept		{ return mObj.isString(); }
Exemplo n.º 2
0
		template<> inline bool isObjType<const char*>(const Obj& mObj) noexcept		{ return mObj.isString(); }