This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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> |