#include "le_object_iterate_data_map_table.hpp" #include "output.hpp" #include BOOST_FUSION_ADAPT_STRUCT( le::ObjectIterateDataMapTable, ) namespace le { std::ostream& operator<<(std::ostream& os, ObjectIterateDataMapTable const& table) { return binparse::operator<<(os, table); } }