lxgui
|
Classes | |
class | adaptor |
Allow iterating over a container without access to the container itself. More... | |
struct | no_filter |
No filtering. More... | |
struct | non_null_filter |
Filter non-null. More... | |
struct | ptr_dereferencer |
De-reference an iterator twice. More... | |
struct | smart_ptr_dereferencer |
Convert unique_ptr or shared_ptr to standard pointer. More... | |
struct | standard_dereferencer |
De-reference an iterator normally. More... | |