COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Derive the correct range type based on the constness of ParentT, which should be the type of the parent component. More...
#include <FindComponents.hpp>
Public Types | |
typedef boost::mpl::if_c< boost::is_const< ParentT >::value, ComponentIterator< ComponentT const >, ComponentIterator< ComponentT > >::type | type |
Derive the correct range type based on the constness of ParentT, which should be the type of the parent component.
Definition at line 70 of file FindComponents.hpp.
typedef boost::mpl::if_c<boost::is_const<ParentT>::value, ComponentIterator<ComponentT const>, ComponentIterator<ComponentT> >::type type |
Definition at line 74 of file FindComponents.hpp.
Send comments to: COOLFluiD Web Admin |