bool b_eric_is_a_numnut; 
MYEDGEPROPS my_edge_props( param );
tie(e01, b_eric_is_a_numnut) = add_edge(v0, v1, my_edge_props, my_graph); 

All I needed. It was the return, not the parameter. 

Thanks. 

Eric