SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::type::Rebind< _T< A >, _OtherType, std::enable_if_t<!HasRebindTypedef< _T< A >, _OtherType >::value > > Struct Template Reference

#include <Rebind.h>

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

Detailed Description

template<template< class > class _T, class A, class _OtherType>
struct sofa::type::Rebind< _T< A >, _OtherType, std::enable_if_t<!HasRebindTypedef< _T< A >, _OtherType >::value > >

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

Template Parameters
_TType that does NOT have a nested rebind_to member