Type trait to rebind the underlying type of containers.
More...
template<class Container, class NewType>
struct Ikarus::traits::Rebind< Container, NewType >
Specialization for types like std::vector<...> and nested std::vector<std::vector>.
Type trait to rebind the underlying type of containers.
Definition: traits.hh:260
Specialization for types like std::array<...,N>.
- Template Parameters
-
| Container | Original container type. |
| NewType | New type to rebind to. |
The documentation for this struct was generated from the following file: