LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
Loading...
Searching...
No Matches
Public Member Functions | List of all members
loos::unordered_pair_hash< T > Struct Template Reference

#include <AtomicGroup.hpp>

Public Member Functions

std::size_t operator() (std::pair< T, T > const &pair) const
 

Detailed Description

template<typename T>
struct loos::unordered_pair_hash< T >

hash pairs in an unordered way, that is hash(pair(a,b)) == hash(pair(b,a))


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