Skip to content

Project OpenGeode

class BeginEnd

Begin and end methods for range-based iteration on custom range. See derived classes for usage.

Functions

BeginEnd

cpp
public void BeginEnd<Type>(const Type & type)
public void BeginEnd<Type>(const Type & type)

begin

cpp
public const Type & begin()
public const Type & begin()

end

cpp
public const Type & end()
public const Type & end()

Geode-solutions' documentation website