TemplateHelpers.hh File Reference
#include "gz/common/detail/TemplateHelpers.hh"Go to the source code of this file.
| Namespaces | |
| namespace | gz | 
| Forward declarations for the common classes. | |
| namespace | gz::common | 
| Typedefs | |
| template<typename To , typename From > | |
| using | ConstCompatible = detail::ConstCompatible< To, From > | 
| Contains a static constexpr field named valuewhich will be true if the typeFromhas a const-quality less than or equal to the typeTo. | |