libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <thread_safe_adaptors_impl.hpp>
Public Member Functions | |
constexpr | pop_t (Cont &c) noexcept(true) FORCE_INLINE |
~pop_t () noexcept(true) FORCE_INLINE | |
Public Attributes | |
Cont & | cont |
Definition at line 37 of file thread_safe_adaptors_impl.hpp.
|
inlineconstexprnoexcept |
Definition at line 40 of file thread_safe_adaptors_impl.hpp.
References jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::pop_t< Cont >::cont.
|
inlinenoexcept |
Definition at line 42 of file thread_safe_adaptors_impl.hpp.
References jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::pop_t< Cont >::cont.
Cont& jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::pop_t< Cont >::cont |
Definition at line 38 of file thread_safe_adaptors_impl.hpp.
Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::pop_t< Cont >::pop_t(), and jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::pop_t< Cont >::~pop_t().