#include #include "any.hpp" using namespace boost::proposal; any get_int_any(); int main() { using namespace boost::proposal; any a = std::string(); if( get_int_any().is_type< int >() ) std::cout<<"any: type int"<() ) std::cout<<"any: type std::string"<