メンバ変数を列挙しストリームへ出力する [詳解]
#include <Udon/Utility/Show.hpp>
公開型 | |
using | ResultType = void |
公開メンバ関数 | |
constexpr | Printer (OutputStream &stream, bool delimiterEnable) |
template<typename... Args> | |
constexpr ResultType | operator() (Args &&... args) const |
メンバ変数を列挙しストリームへ出力する
Printer | 出力先 |
using Udon::Impl::Printer< OutputStream >::ResultType = void |
|
inlineconstexpr |
|
inlineconstexpr |