Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/util/util_fwd.hpp"
Go to the source code of this file.
Classes | |
class | flow::util::Shared_ptr_alias_holder< Target_ptr, Const_target_ptr > |
Convenience class template that endows the given subclass T with nested aliases Ptr and Const_ptr aliased to shared_ptr<T> and shared_ptr<const T> respectively. 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. | |