Trait that reports whether T is an instantiation of heap_vector_map.
Synopsis
Declared in <folly/container/heap_vector_types.h>
template<typename T>
struct is_heap_vector_map
: std::bool_constant<is_heap_vector_map_v<T>>
Base Classes
Name |
Description |
|
Created with MrDocs