1 #ifndef BLUB_SHAREDPOINTER_HPP
2 #define BLUB_SHAREDPOINTER_HPP
15 typedef std::shared_ptr<T> t_base;
33 std::shared_ptr<U> result(std::static_pointer_cast<U>(*
this));
49 return data() ==
nullptr;
57 using std::make_shared;
63 #endif // BLUB_SHAREDPOINTER_HPP
Definition: sharedPointer.hpp:12
Definition: deadlineTimer.hpp:10
Definition: customVertexInformation.cpp:177