|
ChaiScript
|
A concept in ChaiScript that is implemented by string, Vector and Map. More...
#include <chaiscript_prelude_docs.hpp>
Public Member Functions | |
| Object | back () |
| Returns the last item of the range. | |
| bool | empty () const |
| Returns true if the front and back pointers have passed each other, if no items are left in the Range. | |
| Object | front () |
| Returns the first item of the range. | |
| void | pop_back () |
| Moves the back pointer back one. More... | |
| void | pop_front () |
| Moves the front pointer forward one. More... | |
A concept in ChaiScript that is implemented by string, Vector and Map.
It provides easy iteration over the elements in a container.
Implemented by the template chaiscript::bootstrap::standard_library::Bidir_Range
| void ChaiScript_Language::Range::pop_back | ( | ) |
| void ChaiScript_Language::Range::pop_front | ( | ) |
1.8.13