pstore2
pstore::index::details::is_any_of< S, Types > Struct Template Reference

Provides the member constant value which is equal to true, if S the same as any of the types (after removing const and/or volatile) in the Types list. More...

#include <hamt_map_types.hpp>

Detailed Description

template<typename S, typename... Types>
struct pstore::index::details::is_any_of< S, Types >

Provides the member constant value which is equal to true, if S the same as any of the types (after removing const and/or volatile) in the Types list.

Otherwise, value is equal to false.


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