DUDS
Distributed Update of Data from Something
BitFlags.hpp File Reference
#include <functional>
Include dependency graph for BitFlags.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::general::BitFlags< Tag, BitsType >
 A type-safe bit flag storage class. More...
 
struct  std::hash< duds::general::BitFlags< T, B > >
 Generates a hash value for duds::general::BitFlags types that can be used by the standard C++ library. More...
 

Namespaces

 duds
 
 duds::general
 General use library code that isn't actually specific to the DUDS family of libraries, but were developed along with DUDS.
 

Functions

template<class T , class B >
std::size_t duds::general::hash_value (const duds::general::BitFlags< T, B > &bf)
 Generates a hash value for use with Boost containers, like boost::multi_index::multi_index_container templates. More...