Skip to content

Instantly share code, notes, and snippets.

View TartanLlama's full-sized avatar

Sy Brand TartanLlama

View GitHub Profile
#include <utility>
#include <iostream>
#include <cstddef>
namespace atch { namespace {
template<class Tag>
struct meta_counter {
using size_type = std::size_t;
template<size_type N>