scope_exit Struct Reference

#include <RobotAPI/libraries/armem/server/ltm/detail/mixins/util/httplib.h>

Public Member Functions

void release ()
 
 scope_exit (scope_exit &&rhs) noexcept
 
 scope_exit (std::function< void(void)> &&f)
 
 ~scope_exit ()
 

Detailed Description

Definition at line 404 of file httplib.h.

Constructor & Destructor Documentation

◆ scope_exit() [1/2]

scope_exit ( std::function< void(void)> &&  f)
inlineexplicit

Definition at line 405 of file httplib.h.

◆ scope_exit() [2/2]

scope_exit ( scope_exit &&  rhs)
inlinenoexcept

Definition at line 408 of file httplib.h.

◆ ~scope_exit()

~scope_exit ( )
inline

Definition at line 414 of file httplib.h.

Member Function Documentation

◆ release()

void release ( )
inline

Definition at line 418 of file httplib.h.


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