location Class
An abstraction of a physical location on hardware.
class location;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs a location object. |
|
Destroys a location object. |
Public Methods
Name |
Description |
---|---|
Returns a location object representing the most specific place the calling thread is executing. |
|
Returns a location object which represents a given NUMA node. |
Public Operators
Name |
Description |
---|---|
Determines whether two location objects represent different location. |
|
Assigns the contents of a different location object to this one. |
|
Determines whether two location objects represent the same location. |
Inheritance Hierarchy
location
Requirements
Header: concrt.h
Namespace: concurrency