iutest
1.17.1.0
|
iris unit test print 出力ヘルパー ファイル [詳解]
#include "iutest_config.hpp"
#include "iutest_defs.hpp"
#include "internal/iutest_string_stream.hpp"
#include "internal/iutest_string_view.hpp"
名前空間 | |
iutest | |
iutest root namespace | |
関数 | |
template<typename T > | |
std::string | iutest::PrintToString (const T &v) |
文字列化 | |
template<typename T > | |
inline ::std::string | iutest::PrintToString (const T &v) |
文字列化 | |
template<typename T > | |
inline ::std::string | iutest::PrintToStrings (const char *separate, const T &v) |
文字列化 | |
template<typename T , typename ... Args> | |
inline ::std::string | iutest::PrintToStrings (const char *separate, const T &v, Args... args) |
文字列化 | |
iris unit test print 出力ヘルパー ファイル