17#ifndef IOX_HOOFS_CXX_SCOPED_STATIC_HPP
18#define IOX_HOOFS_CXX_SCOPED_STATIC_HPP
20#include "iceoryx_hoofs/cxx/generic_raii.hpp"
33template <
typename T,
typename... CTorArgs>
34GenericRAII makeScopedStatic(T& memory, CTorArgs&&... ctorArgs)
noexcept;
38#include "iceoryx_hoofs/internal/cxx/scoped_static.inl"
The GenericRAII class is a simple helper class to apply the C++ RAII idiom quickly....
Definition generic_raii.hpp:46
building block to easily create free function for logging in a library context
Definition lockfree_queue.hpp:29