オブジェクトが全て出力可能か判定する [詳解]
#include <Udon/Utility/Show.hpp>
| 公開型 | |
| using | ResultType = bool | 
| 公開メンバ関数 | |
| template<typename... Args> | |
| constexpr ResultType | operator() (Args &&... args) const noexcept | 
オブジェクトが全て出力可能か判定する
| Stream | 出力ストリーム | 
| using Udon::Impl::IsPrintableImpl< OutputStream >::ResultType = bool | 
| 
 | inlineconstexprnoexcept |