ant
A2 ant: class-based analysis framework
mapped_vectors.h File Reference
#include "base/std_ext/memory.h"
#include <vector>
#include <memory>
#include <type_traits>
+ Include dependency graph for mapped_vectors.h:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  ant::std_ext::to_integral_helper< E, Enable >
 
struct  ant::std_ext::to_integral_helper< E, typename std::enable_if< std::is_enum< E >::value >::type >
 
struct  ant::std_ext::mapped_vectors< Key, Value >
 The mapped_vectors struct provides fast access to a collection of vectors. More...
 
class  ant::std_ext::mapped_vectors< Key, Value >::const_iterator
 

Namespaces

 ant
 
 ant::std_ext
 

Functions

template<typename E >
constexpr auto ant::std_ext::to_integral (E e) -> decltype(to_integral_helper< E >::inner(e))