COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Static Public Attributes | List of all members
is_const_comptible< T, Y > Struct Template Reference

Helper struct to put const-correctness in a short expression. More...

#include <Handle.hpp>

Static Public Attributes

static const bool value = boost::mpl::or_< boost::mpl::not_< boost::is_const<Y> >, boost::is_const<T> >::type::value
 

Detailed Description

template<typename T, typename Y>
struct cf3::detail::is_const_comptible< T, Y >

Helper struct to put const-correctness in a short expression.

Definition at line 30 of file Handle.hpp.

Member Data Documentation

const bool value = boost::mpl::or_< boost::mpl::not_< boost::is_const<Y> >, boost::is_const<T> >::type::value
static

Definition at line 32 of file Handle.hpp.


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