Loading...
Searching...
No Matches
31#ifndef LOMIRI_UTIL_NONCOPYABLE_H
32#define LOMIRI_UTIL_NONCOPYABLE_H
34#include <lomiri/SymbolExport.h>
53#define NONCOPYABLE(ClassName) ClassName(ClassName const&) = delete; ClassName& operator=(ClassName const&) = delete