Searched defs:to_hex_array (Results 1 – 1 of 1) sorted by relevance
25 inline boost::array<char, 2 + sizeof(void*) * 2 + 1> to_hex_array(T addr) BOOST_NOEXCEPT { in to_hex_array() function46 inline boost::array<char, 2 + sizeof(void*) * 2 + 1> to_hex_array(const void* addr) BOOST_NOEXCEPT { in to_hex_array() function