xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::list_control::item::sorter Class Reference

Definition

Represent the sorter class used by list_control::object_collection collection.

Operators

template<typename type_t >
void operator() (type_t first, type_t last)
 sorter functor.
 

Member Function Documentation

◆ operator()()

template<typename type_t >
void xtd::forms::list_control::item::sorter::operator() ( type_t  first,
type_t  last 
)
inline

sorter functor.

Parameters
firstthe fist iterator to sort.
lastthe last iterator to sort.
Remarks
same as std::sort.

The documentation for this class was generated from the following file: