File pointer.h#
↰ Parent directory (support
)
Contents
Definition (support\pointer.h
)#
Includes#
../interfaces/core_types.h
algorithm
atomic
iterator.h
(File iterator.h)ostream
pointer.inl
Included By#
Namespaces#
Classes#
Functions#
Template Function sdv::cast(const pointer<uint8_t>&, size_t)
Template Function sdv::operator!=(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)
Template Function sdv::operator!=(std::nullptr_t, const pointer<T, nFixedSizeRight>&)
Template Function sdv::operator<(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)
Template Function sdv::operator<(std::nullptr_t, const pointer<T, nFixedSizeRight>&)
Template Function sdv::operator<<(std::basic_ostream<U, V>&, const pointer<T, nFixedSize>&)
Template Function sdv::operator<=(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)
Template Function sdv::operator<=(std::nullptr_t, const pointer<T, nFixedSizeRight>&)
Template Function sdv::operator==(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)
Template Function sdv::operator==(std::nullptr_t, const pointer<T, nFixedSizeRight>&)
Template Function sdv::operator>(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)
Template Function sdv::operator>(std::nullptr_t, const pointer<T, nFixedSizeRight>&)
Template Function sdv::operator>=(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)
Template Function sdv::operator>=(std::nullptr_t, const pointer<T, nFixedSizeRight>&)
Template Function sdv::swap(pointer<T, nFixedSizeLeft>&, pointer<T, nFixedSizeRight>&)