Skip to content

Instantly share code, notes, and snippets.

View sdebionne's full-sized avatar

Samuel Debionne sdebionne

View GitHub Profile
@sdebionne
sdebionne / print_with_annotations.cpp
Created June 15, 2021 08:25
Boost.Describe - Printing complexe data structure with annotations
// Copyright(C) 2021 Samuel Debionne, ESRF.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at
// http: //www.boost.org/LICENSE_1_0.txt)
#include <type_traits>
#include <boost/describe.hpp>
#include <boost/mp11.hpp>