Static Value-Flow Analysis
SVF::SVFUtil::is_iterable< T, typename > Struct Template Reference

Type trait that checks if a type is iterable (can be applied on a range-based for loop) More...

#include <SVFUtil.h>

Inheritance diagram for SVF::SVFUtil::is_iterable< T, typename >:

Detailed Description

template<typename T, typename = void>
struct SVF::SVFUtil::is_iterable< T, typename >

Type trait that checks if a type is iterable (can be applied on a range-based for loop)

Definition at line 462 of file SVFUtil.h.


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