Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
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
Definition:
AllocatorHolder.h:7
zserio::NoInit
constexpr NoInitT NoInit
Definition:
NoInit.h:18
zserio::NoInitT
Definition:
NoInit.h:11
zserio::NoInitT::NoInitT
constexpr NoInitT()=default
zserio
NoInit.h
Generated by
1.9.1