SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_meta::is_more_const< CT, T > Struct Template Reference

#include <sysc/utils/sc_vector.h>

Public Member Functions

 SC_BOOST_STATIC_CONSTANT (bool, value=(is_same< typename remove_const< CT >::type, typename remove_const< T >::type >::value &&(is_const< CT >::value >=is_const< T >::value)))
 

Detailed Description

template<typename CT, typename T>
struct sc_core::sc_meta::is_more_const< CT, T >

Definition at line 61 of file sc_vector.h.

Member Function Documentation

template<typename CT , typename T >
sc_core::sc_meta::is_more_const< CT, T >::SC_BOOST_STATIC_CONSTANT ( bool  ,
value  = (is_same< typename remove_const< CT >::type, typename remove_const< T >::type >::value &&(is_const< CT >::value >=is_const< T >::value)) 
)

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