Skip to content

Instantly share code, notes, and snippets.

@wx257osn2
wx257osn2 / algebraic_data_type.hpp
Last active October 3, 2015 04:34 — forked from plasma-effect/algebraic_data_type.hpp
algebraic_data_type
#pragma once
#ifndef PLASMA_ALGEBRAIC_DATA_TYPE
#define PLASMA_ALGEBRAIC_DATA_TYPE
// Copyright plasma-effect 2015
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
#include<tuple>
#include<memory>