#include "any.hpp" using namespace boost::proposal; any get_int_any() { return any( 5 ); //type: int }