ModErn Text Analysis
META Enumerates Textual Applications
Public Member Functions | List of all members
meta::util::hash_wrapper< Wrapped > Struct Template Reference

Helper class that allows the wrapped type to be hashed into standard library containers such as unordered_map or unordered_set. More...

#include <identifiers.h>

Inheritance diagram for meta::util::hash_wrapper< Wrapped >:

Public Member Functions

 hash_wrapper (const hash_wrapper &)=default
 
 hash_wrapper (hash_wrapper &&)=default
 
hash_wrapperoperator= (const hash_wrapper &)=default
 
hash_wrapperoperator= (hash_wrapper &&)=default
 

Detailed Description

template<template< class > class Wrapped>
struct meta::util::hash_wrapper< Wrapped >

Helper class that allows the wrapped type to be hashed into standard library containers such as unordered_map or unordered_set.


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