Boost C++ 库

...世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

函数 operator<< - Boost C++ 函数库
PrevUpHomeNext

函数 operator<<

boost::mpi::threading::operator<<

提要

// In header: <boost/mpi/environment.hpp>


std::ostream & operator<<(std::ostream & out, level l);

描述

线程级别的格式化输出。


PrevUpHomeNext