#include using namespace boost::lambda; using namespace std; int main( void ) { return bind( &pair::first, _1 )( make_pair( 1, 0 ) ); }