COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | List of all members
ComponentIteratorRangeSelector< ParentT, ComponentT, Predicate >::impl< boost::false_type, dummy > Struct Template Reference

#include <FindComponents.hpp>

Public Types

typedef ComponentIteratorRange< typename boost::mpl::if_c< boost::is_const< ParentT >::value, ComponentT const, ComponentT >::type, Predicate >::type type
 

Detailed Description

template<typename ParentT, typename ComponentT = Component, typename Predicate = IsComponentTrue>
template<int dummy>
struct cf3::common::ComponentIteratorRangeSelector< ParentT, ComponentT, Predicate >::impl< boost::false_type, dummy >

Definition at line 351 of file FindComponents.hpp.

Member Typedef Documentation

typedef ComponentIteratorRange<typename boost::mpl::if_c<boost::is_const<ParentT>::value, ComponentT const, ComponentT >::type, Predicate>::type type

Definition at line 356 of file FindComponents.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin