Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
Main Page
Namespaces
Classes
Files
File List
File Members
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
zserio::NoInitT::NoInitT
constexpr NoInitT()=default
zserio
Definition:
AllocatorHolder.h:6
zserio::NoInit
constexpr NoInitT NoInit
Definition:
NoInit.h:18
zserio::NoInitT
Definition:
NoInit.h:10
zserio
NoInit.h
Generated by
1.8.11