\brief Returns true if the build mode flag is set \see getFlags() \return True if flag is set, false if unset.
| 9284 | //! \return True if flag is set, false if unset. |
| 9285 | //! |
| 9286 | bool getFlag(BuilderFlag builderFlag) const noexcept |
| 9287 | { |
| 9288 | return mImpl->getFlag(builderFlag); |
| 9289 | } |
| 9290 | |
| 9291 | //! |
| 9292 | //! \brief Set the device that this layer must execute on. |
no outgoing calls
no test coverage detected