Searched defs:int_to_str (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Ddescr.h57 template <size_t Rem, size_t... Digits> struct int_to_str : int_to_str<Rem/10, Rem%10, Digits...> { }; struct in inherits:int_to_str
58 template <size_t...Digits> struct int_to_str<0, Digits...> { struct

Completed in 4 milliseconds