Skip to content

Instantly share code, notes, and snippets.

View 2bitsin's full-sized avatar

Aleksandras Ševčenko 2bitsin

View GitHub Profile
#include <iostream>
#include <type_traits>
#include <typeinfo>
#include <map>
#include <string>
#include <vector>
#include <memory>
namespace ax {
namespace detail {