MCPcopy Create free account
hub / github.com/cpputest/cpputest / BracketsFormattedHexString

Function BracketsFormattedHexString

src/CppUTest/SimpleString.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680SimpleString BracketsFormattedHexString(SimpleString hexString)
681{
682 return SimpleString("(0x") + hexString + ")" ;
683}
684
685/*
686 * ARM compiler has only partial support for C++11.

Callers 1

Calls 1

SimpleStringClass · 0.85

Tested by

no test coverage detected