Home
last modified time | relevance | path

Searched refs:classType (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
Dpm_smartptr_util.h23 #define MAKE_UNIQUE(ptrSelf, classType, errLog, errAction, ...) \ argument
27 ptrSelf = std::make_unique<classType>(__VA_ARGS__); \