Flow 2.0.0
Flow project: Full implementation reference.
Classes | Namespaces
linked_hash.hpp File Reference
#include "flow/util/detail/util_fwd.hpp"
#include <variant>

Go to the source code of this file.

Classes

class  flow::util::Linked_hash_key< Key_t, Iterator_t, IS_ITER_TO_PAIR >
 The internal-use key/iterator-wrapper, used as the key type in internal-use set-type Linked_hash_key_set. More...
 
class  flow::util::Linked_hash_key_hash< Hash >
 The internal-use Hash functor wrapper, used as the hasher type in internal-use set-type Linked_hash_key_set. More...
 
class  flow::util::Linked_hash_key_pred< Pred >
 The internal-use Pred functor wrapper, used as the key-equality-determiner type in internal-use set-type Linked_hash_key_set. More...
 

Namespaces

namespace  flow
 Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel.
 
namespace  flow::util
 Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module.