MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / string TextToCamel

Method string TextToCamel

include/Functions.hpp:444–446  ·  view source on GitHub ↗

* Get Camel case notation version of provided string */

Source from the content-addressed store, hash-verified

442 * Get Camel case notation version of provided string
443 */
444RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToCamel(const std::string& text) {
445 return ::TextToCamel(text.c_str());
446}
447
448/**
449 * Get integer value from text (negative values not supported)

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected