iutest  1.17.1.0
名前空間 | 関数
iutest_printers.hpp ファイル

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_printers.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 出力ヘルパー ファイル

著者
t.shirayanagi
copyright
Copyright (C) 2011-2020, Takazumi Shirayanagi
This software is released under the new BSD License, see LICENSE