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

Classes

class  flow::util::Container_traits< Container >
 Properties of various container types. More...
 
class  flow::util::Container_traits< std::set< T > >
 Traits of std::set. More...
 
class  flow::util::Container_traits< std::map< K, V > >
 Traits of std::map. More...
 
class  flow::util::Container_traits< boost::unordered_set< T > >
 Traits of boost::unordered_set. More...
 
class  flow::util::Container_traits< util::Linked_hash_map< K, V > >
 Traits of flow::util::Linked_hash_map. More...
 
class  flow::util::Container_traits< util::Linked_hash_set< T, Hash, Pred > >
 Traits of flow::util::Linked_hash_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.