ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
sharedmonoval.hpp File Reference

Description:

This header file is part of module ALib Monomem of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file sharedmonoval.hpp.

#include "alib/time/ticks.hpp"
#include "alib/monomem/monoallocator.hpp"
#include "alib/lang/placeholder.hpp"
#include <atomic>
Include dependency graph for sharedmonoval.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TSharedMonoVal< T, TAllocator, TLock >::FieldMembersNoLock
 
struct  TSharedMonoVal< T, TAllocator, TLock >::FieldMembersWithLock
 
class  TSharedMonoVal< T, TAllocator, TLock >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 

Typedefs

template<typename T , typename TAllocator = lang::HeapAllocator, typename TLock = void>
using TSharedMonoVal = monomem::TSharedMonoVal<T, TAllocator, TLock>
 Type alias in namespace alib.