YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::Helper< Counter, ObjectT > Class Template Referencefinal

#include <helper.hpp>

Inheritance diagram for yaclib::detail::Helper< Counter, ObjectT >:
[legend]
Collaboration diagram for yaclib::detail::Helper< Counter, ObjectT >:
[legend]

Public Member Functions

void IncRef () noexcept final
 
void DecRef () noexcept final
 

Detailed Description

template<template< typename... > typename Counter, typename ObjectT>
class yaclib::detail::Helper< Counter, ObjectT >

Definition at line 11 of file helper.hpp.

Member Function Documentation

◆ DecRef()

template<template< typename... > typename Counter, typename ObjectT >
void yaclib::detail::Helper< Counter, ObjectT >::DecRef ( )
inlinefinalnoexcept

Definition at line 19 of file helper.hpp.

◆ IncRef()

template<template< typename... > typename Counter, typename ObjectT >
void yaclib::detail::Helper< Counter, ObjectT >::IncRef ( )
inlinefinalnoexcept

Definition at line 15 of file helper.hpp.


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