|
framework
|
Common STL set aliases. More...
Go to the source code of this file.
Namespaces | |
| framework | |
| Framework namespace. | |
| framework::serializable | |
| Serializable namespace. | |
Constant Groups | |
| framework | |
| Framework namespace. | |
| framework::serializable | |
| Serializable namespace. | |
Typedefs | |
| template<typename Size , typename Value > | |
| using | framework::serializable::stl_unordered_set = variable_container< Size, Value, std::unordered_set< type_extractor< Value >>> |
| Common STL set specification. | |
| template<typename Size , typename Value > | |
| using | framework::serializable::stl_unordered_multiset = variable_container< Size, Value, std::unordered_multiset< type_extractor< Value >>> |
| Common STL multiset specification. | |
Common STL set aliases.
1.8.3.1-20130402