class const_iterator

Defined at line 571 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

Public Methods

void const_iterator ()

Defined at line 580 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

const_iterator operator++ ()

Defined at line 582 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

bool operator== (const const_iterator & other)

Defined at line 598 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

bool operator!= (const const_iterator & other)

Defined at line 608 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

const value_type & operator* ()

Defined at line 610 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

const value_type * operator-> ()

Defined at line 616 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h

Friends

class small_container