Public Types | Static Public Member Functions | List of all members
absl::hash_internal::ContainerAsVector< Container > Struct Template Reference

#include <hash_testing.h>

Public Types

using Out = std::vector< V >
 
using V = absl::variant< const typename Container::value_type * >
 

Static Public Member Functions

static Out Do (const Container &values)
 

Detailed Description

template<typename Container>
struct absl::hash_internal::ContainerAsVector< Container >

Definition at line 302 of file hash_testing.h.

Member Typedef Documentation

template<typename Container >
using absl::hash_internal::ContainerAsVector< Container >::Out = std::vector<V>

Definition at line 304 of file hash_testing.h.

template<typename Container >
using absl::hash_internal::ContainerAsVector< Container >::V = absl::variant<const typename Container::value_type*>

Definition at line 303 of file hash_testing.h.

Member Function Documentation

template<typename Container >
static Out absl::hash_internal::ContainerAsVector< Container >::Do ( const Container &  values)
inlinestatic

Definition at line 306 of file hash_testing.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59