SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Empty()

bool scl::span_list::Empty ( )

Empty if Begin equals to End.

Returns
Returns true if empty.

Definition at line 54 of file SpanList.cpp.

55 {
56 return Begin() == End();
57 }
span * Begin() const
Get begin pointer.
Definition SpanList.cpp:59
span * End() const
Get end pointer.
Definition SpanList.cpp:64

References Begin(), and End().