HPX - High Performance ParalleX

PrevUpHomeNext

Type definition startup_function_type

startup_function_type

Synopsis

// In header: <hpx/hpx_fwd.hpp>


typedef std::function< void()> startup_function_type;

Description

The type of a function which is registered to be executed as a startup or pre-startup function.


PrevUpHomeNext