Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
NewDeleteResource.cpp
Go to the documentation of this file.
2 
3 namespace zserio
4 {
5 namespace pmr
6 {
7 
9 {
10  static detail::NewDeleteResource newDeleteResource;
11  return &newDeleteResource;
12 }
13 
14 } // namespace pmr
15 } // namespace zserio
MemoryResource * getNewDeleteResource() noexcept