hpx/config/attributes.hpp

See Public API for a list of names and headers that are part of the public HPX API.

Defines

HPX_NOINLINE

Function attribute to tell compiler not to inline the function.

HPX_NO_UNIQUE_ADDRESS

Indicates that this data member need not have an address distinct from all other non-static data members of its class. For more details see __.