3 #ifndef INCLUDE_NN_NLIB_WCHARINPUTSTREAM_H_ 4 #define INCLUDE_NN_NLIB_WCHARINPUTSTREAM_H_ 16 struct Utf16InputStreamPrivate;
17 Utf16InputStreamPrivate* prv_;
27 struct Utf32InputStreamPrivate;
28 Utf32InputStreamPrivate* prv_;
32 #if NLIB_WCHAR_SIZE == 4 38 #if NLIB_WCHAR_SIZE == 4 50 #endif // INCLUDE_NN_NLIB_WCHARINPUTSTREAM_H_
#define NLIB_NOEXCEPT
Defines noexcept geared to the environment, or the equivalent.