标签: c++ pthreads multimap
是否有可能将多图的全部内容传递给新的线程,或者可以将多图自身作为参数传递给线程,如:
pthread_create(&new_thread, NULL, thread_name, (void*) multimap);
谢谢!