![]() |
Spicy
|
#include <type-info.h>
Public Types | |
template<typename T > | |
using | iterator_pair = std::pair< typename hilti::rt::Set< T >::const_iterator, typename hilti::rt::Set< T >::const_iterator > |
![]() | |
using | Accessor = std::tuple< std::optional< hilti::rt::any >(*)(const Value &), std::optional< hilti::rt::any >(*)(const hilti::rt::any &), const void *(*)(const hilti::rt::any &)> |
Static Public Member Functions | |
template<typename T > | |
static Accessor | accessor () |
Additional Inherited Members | |
![]() | |
IterableType (const TypeInfo *etype, Accessor accessor) | |
iterable_type::Sequence | iterate (const Value &value) const |
const TypeInfo * | dereferencedType () const |
Auxiliary type information for type `set<T>
.