MCPcopy Create free account
hub / github.com/SmingHub/Sming / toString

Function toString

Sming/Core/Data/BitSet.h:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481template <typename T> typename std::enable_if<std::is_integral<T>::value, String>::type toString(T value)
482{
483 return String(value);
484}
485
486/**
487 * @brief Class template to print the contents of a BitSet to a String

Callers

nothing calls this directly

Calls 4

EFunction · 0.85
StringClass · 0.50
sizeMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected