Overload set test_output_impl

Members

template<class T>
std::enable_if<is_streamable<T>::value, const T&>::type
test_output_impl(const T& v);
  » more...
template<class T>
std::enable_if<!is_streamable<T>::value, std::string>::type
test_output_impl(const T&);
  » more...
template<class T>
const void*
test_output_impl(volatile T* v);
  » more...
const void*
test_output_impl(const char* v);
  » more...
const void*
test_output_impl(const unsigned char* v);
  » more...
const void*
test_output_impl(const signed char* v);
  » more...
const void*
test_output_impl(char* v);
  » more...
const void*
test_output_impl(unsigned char* v);
  » more...
const void*
test_output_impl(signed char* v);
  » more...
const void*
test_output_impl(std::nullptr_t);
  » more...
int
test_output_impl(const signed char& v);
  » more...
unsigned int
test_output_impl(const unsigned char& v);
  » more...
lwt_long_type<(static_cast<wchar_t>(-1) < static_cast<wchar_t>(0))>::type
test_output_impl(const wchar_t& v);
  » more...
unsigned long
test_output_impl(const char16_t& v);
  » more...
unsigned long
test_output_impl(const char32_t& v);
  » more...
std::string
test_output_impl(const char& v);
  » more...