Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
NoInit.h
Go to the documentation of this file.
1 #ifndef ZSERIO_NO_INIT_H_INC
2 #define ZSERIO_NO_INIT_H_INC
3 
4 namespace zserio
5 {
6 
10 struct NoInitT
11 {
12  constexpr explicit NoInitT() = default;
13 };
14 
18 constexpr NoInitT NoInit;
19 
20 } // namespace zserio
21 
22 #endif // ZSERIO_NO_INIT_H_INC
constexpr NoInitT NoInit
Definition: NoInit.h:18
constexpr NoInitT()=default