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

Description:

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

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

Definition in file sharedval.hpp.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SharedVal< T, TAllocator >::FieldMembersNoTA
 Fields if TAllocator is default constructible (e.g., HeapAllocator). More...
 
struct  SharedVal< T, TAllocator >::FieldMembersWithAllocator
 Fields if TAllocator is not default constructible (not HeapAllocator). More...
 
class  SharedVal< T, TAllocator >
 

Namespaces

namespace  alib
 
namespace  alib::containers
 

Typedefs

template<typename T , typename TAllocator = lang::HeapAllocator>
using SharedVal = containers::SharedVal<T, TAllocator>
 Type alias in namespace alib.