#include <Udon/Utility/Platform.hpp>
#include <Udon/Traits/Typedef.hpp>
#include <Udon/Traits/HasMemberFunction.hpp>
#include <Udon/Traits/AlwaysFalse.hpp>
#include <utility>
#include <string>
名前空間 | |
namespace | Udon |
namespace | Udon::Impl |
namespace | Udon::Traits |
マクロ定義 | |
#define | F(x) |
関数 | |
template<typename... Args> | |
void | Udon::Impl::ShowImpl (const ShowConfig &config, Args &&... args) |
template<typename... Args> | |
void | Udon::Show (Args &&... args) |
区切り文字ありで出力する | |
template<typename... Args> | |
void | Udon::Showln (Args &&... args) |
改行、区切り文字ありで出力する | |
template<typename... Args> | |
void | Udon::ShowRaw (Args &&... args) |
改行、区切り文字なしで出力する | |
#define F | ( | x | ) |