Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
stdplus
/
cda3c1e3fbb3e7d55ed464eb87e176b79d01913b
/
.
/
src
/
numeric
/
str.cpp
blob: 7c3ac1378d4aa5c09e91dc6777458d2c3ab5a97b [
file
] [
log
] [
blame
]
#include
<stdplus/numeric/str.hpp>
namespace
stdplus
::
detail
{
template
char
*
uintToStr
<
16
>(
char
*,
uintptr_t
,
uint8_t
)
noexcept
;
template
char
*
uintToStr
<
10
>(
char
*,
uintptr_t
,
uint8_t
)
noexcept
;
}
// namespace stdplus::detail