|
framework
|
Mutator base type. More...
#include <type_traits>#include <framework/common/common_macros.hpp>#include <framework/serializable/mutator_type.inl>Go to the source code of this file.
Classes | |
| struct | framework::serializable::mutator_type< Child > |
Namespaces | |
| framework | |
| Framework namespace. | |
| framework::serializable | |
| Serializable namespace. | |
Constant Groups | |
| framework | |
| Framework namespace. | |
| framework::serializable | |
| Serializable namespace. | |
Typedefs | |
| template<typename T > | |
| using | framework::serializable::is_mutator_type = typename detail::is_mutator_type_impl< T >::type |
| template<typename T > | |
| using | framework::serializable::mutator_child = typename detail::mutator_child_impl< T >::type |
| template<typename T > | |
| using | framework::serializable::type_extractor = typename detail::type_extractor_impl< T >::type |
| Mutator type extractor. More... | |
Mutator base type.
1.8.3.1-20130402