Share via


___location Class

An abstraction of a physical ___location on hardware.

class ___location;

Members

Public Constructors

Name

Description

___location::___location Constructor

Overloaded. Constructs a ___location object.

___location::~___location Destructor

Destroys a ___location object.

Public Methods

Name

Description

___location::current Method

Returns a ___location object representing the most specific place the calling thread is executing.

___location::from_numa_node Method

Returns a ___location object which represents a given NUMA node.

Public Operators

Name

Description

___location::operator!= Operator

Determines whether two ___location objects represent different ___location.

___location::operator= Operator

Assigns the contents of a different ___location object to this one.

___location::operator== Operator

Determines whether two ___location objects represent the same ___location.

Inheritance Hierarchy

___location

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

concurrency Namespace