SOFA API  cbddc29e
Open source framework for multi-physics simuation
sofa::type::Rebind< _T, _OtherType > Struct Template Reference

#include <Rebind.h>

Specialization for types that do have a nested rebind_to member. In this implementation, Rebind has a public member typedef to. It corresponds to the typedef rebind_to. More...

Detailed Description

template<class _T, class _OtherType>
struct sofa::type::Rebind< _T, _OtherType >

Specialization for types that do have a nested rebind_to member. In this implementation, Rebind has a public member typedef to. It corresponds to the typedef rebind_to.

Template Parameters
_TType that does have a nested rebind_to member