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