|
Grantlee
0.5.1
|
#include <grantlee/containeraccessor.h>

Static Public Member Functions | |
| static Container::key_type | get (const typename Container::const_iterator it) |
Additional Inherited Members | |
Public Types inherited from Grantlee::Getter< Container > | |
| typedef Container | Container |
Trait for retrieving a key from a container iterator.
This can be trivially specialized in rare cases if supporting a third party container.
Definition at line 53 of file containeraccessor.h.
|
inlinestatic |
Returns the key available through the container iterator it.
Definition at line 58 of file containeraccessor.h.
1.8.9.1