nlib
|
UTF-8を格納するconst char*
をラップするクラスです。Visual Studioのデバッガ上でのUTF-8の表示を改善します。
[詳解]
#include "nn/nlib/Config.h"
UTF-8を格納するconst char*
をラップするクラスです。Visual Studioのデバッガ上でのUTF-8の表示を改善します。
nlib.natvis
をプロジェクトに含めた上で、const char*
の値をこの型で受け取ることでUTF-8文字列のデバッガでの表示が改善されます。 © 2012-2017 Nintendo Co., Ltd. All rights reserved.