Ignition Physics

API Reference

5.1.0
ConstCompatible< To, From > Struct Template Reference

Contains a static constexpr field named value which will be true if the type From has a const-quality less than or equal to the type To. More...

#include <TemplateHelpers.hh>

Detailed Description

template<typename To, typename From>
struct ignition::physics::ConstCompatible< To, From >

Contains a static constexpr field named value which will be true if the type From has a const-quality less than or equal to the type To.

The following expressions will return true:

The following expression will return false:


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