Type trait to rebind the underlying type of containers. More...
Specialization for types like std::vector<...> and nested std::vector<std::vector>.
Specialization for types like std::array<...,N>.
Container | Original container type. |
NewType | New type to rebind to. |