LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::construct< process_handle > Struct Reference

Constructor for process_handle More...

#include "process_handle.hpp"

Public Member Functions

result< process_handleoperator() () const noexcept
 

Public Attributes

path_view _path
 
span< path_view_component_args
 
span< path_view_component_env = *process_handle::current().environment()
 
process_handle::flag _flags = process_handle::flag::wait_on_close
 

Detailed Description

Constructor for process_handle

Member Function Documentation

◆ operator()()

result< process_handle > llfio_v2_xxx::construct< process_handle >::operator() ( ) const
inlinenoexcept
284{ return process_handle::launch_process(_path, _args, _env, _flags); }
static result< process_handle > launch_process(path_view path, span< path_view_component > args, span< path_view_component > env= *current().environment(), flag flags=flag::wait_on_close) noexcept

The documentation for this struct was generated from the following file: