vivalib library
Concurrent C++11 OpenCV library for Computer Vision applications
Public Member Functions | List of all members
viva::thread_guard Class Reference

#include <viva.h>

Public Member Functions

 thread_guard (std::thread &t_)
 
 thread_guard (thread_guard const &)=delete
 
thread_guardoperator= (thread_guard const &)=delete
 

Detailed Description

Thread safe guard created to ensure all threads are joing when exiting their scope.


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