Flow 1.0.2
Flow project: Public API.
Classes | Namespaces
shared_ptr_alias_holder.hpp File Reference

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.