35 #ifndef _BLAZE_UTIL_SINGLETON_DEPENDENCY_H_ 36 #define _BLAZE_UTIL_SINGLETON_DEPENDENCY_H_ 83 template<
typename T >
125 template<
typename T >
std::shared_ptr< T > dependency_
Handle to the lifetime dependency.
Definition: Dependency.h:107
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
#define BLAZE_CONSTRAINT_MUST_BE_DERIVED_FROM(D, B)
Constraint on the inheritance relationship of a data type.In case D is not derived from B...
Definition: DerivedFrom.h:60
Constraint on the inheritance relationship of a data type.
Lifetime dependency on a singleton object.The Dependency template class represents a lifetime depende...
Definition: Dependency.h:84
Dependency()
Default constructor for Dependency.
Definition: Dependency.h:126