Castor3D  ..
Static Public Member Functions | List of all members
Castor3D::ElementDetacher< Elem, typename std::enable_if< is_detachable< Elem >::value >::type > Struct Template Reference

Helper structure to enable detaching if a type supports it. More...

Static Public Member Functions

static void Detach (Elem &p_element)
 

Detailed Description

template<typename Elem>
struct Castor3D::ElementDetacher< Elem, typename std::enable_if< is_detachable< Elem >::value >::type >

Helper structure to enable detaching if a type supports it.

Author
Sylvain DOREMUS
Date
13/10/2015
Version
0.8.0
Remarks
Specialisation for detachable object types.

Member Function Documentation

◆ Detach()

template<typename Elem >
static void Castor3D::ElementDetacher< Elem, typename std::enable_if< is_detachable< Elem >::value >::type >::Detach ( Elem &  p_element)
inlinestatic

The documentation for this struct was generated from the following file: