location::location 构造函数

构造 location 对象。

location();

location(
   const location& _Src
);

location(
   _Type _LocationType,
   unsigned int _Id,
   unsigned int _BindingId = 0,
   _Inout_opt_ void *_PBinding = NULL
);

参数

  • _Src

  • _LocationType

  • _Id

  • _BindingId

  • _PBinding

备注

默认构造的位置表示整个系统。

要求

**标头:**concrt.h

命名空间: 并发

请参见

参考

location 类