SOFA API  1df67014
Open source framework for multi-physics simuation
sofa::type::Rebind< _T, _OtherType, std::enable_if_t< HasRebindTypedef< _T, _OtherType >::value > > 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, std::enable_if_t< HasRebindTypedef< _T, _OtherType >::value > >

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