9#ifndef SQUID_SRC_BASE_TYPETRAITS_H
10#define SQUID_SRC_BASE_TYPETRAITS_H
convenience base for any class with pure virtual method(s)
Interface(const Interface &)=default
virtual ~Interface()=default
Interface & operator=(Interface &&)=delete
constexpr Interface()=default
Interface(Interface &&)=default
Interface & operator=(const Interface &)=delete