Skip to content

Instantly share code, notes, and snippets.

#ifndef DI_HPP
#define DI_HPP
#include <type_traits>
#include <utility>
#include <boost/mpl/has_xxx.hpp>
#include <boost/mpl/aux_/yes_no.hpp>
#define CTOR(T, ...) \