BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
bc::allocators::Basic_Allocator_Base< ValueType, SystemTag > Struct Template Reference

#include <basic_allocators.h>

Public Types

using system_tag = SystemTag
 
using value_type = ValueType
 
using pointer = value_type *
 
using const_pointer = value_type *
 
using size_type = std::size_t
 
using reference = value_type &
 
using const_reference = const value_type &
 
using propagate_on_container_copy_assignment = std::false_type
 
using propagate_on_container_move_assignment = std::false_type
 
using propagate_on_container_swap = std::false_type
 
using is_always_equal = std::true_type
 

Public Member Functions

template<class U >
bool operator== (const Basic_Allocator_Base< U, SystemTag > &) const
 
template<class U >
bool operator!= (const Basic_Allocator_Base< U, SystemTag > &) const
 

Member Typedef Documentation

◆ const_pointer

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::const_pointer = value_type*

◆ const_reference

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::const_reference = const value_type&

◆ is_always_equal

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::is_always_equal = std::true_type

◆ pointer

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::pointer = value_type*

◆ propagate_on_container_copy_assignment

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::propagate_on_container_copy_assignment = std::false_type

◆ propagate_on_container_move_assignment

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::propagate_on_container_move_assignment = std::false_type

◆ propagate_on_container_swap

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::propagate_on_container_swap = std::false_type

◆ reference

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::reference = value_type&

◆ size_type

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::size_type = std::size_t

◆ system_tag

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::system_tag = SystemTag

◆ value_type

template<class ValueType, class SystemTag>
using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::value_type = ValueType

Member Function Documentation

◆ operator!=()

template<class ValueType, class SystemTag>
template<class U >
bool bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::operator!= ( const Basic_Allocator_Base< U, SystemTag > &  ) const
inline

◆ operator==()

template<class ValueType, class SystemTag>
template<class U >
bool bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::operator== ( const Basic_Allocator_Base< U, SystemTag > &  ) const
inline

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