! \brief Reset the default. * * This sets @c default_ to an empty value to support cleanup in * the unit test framework. * This function is not thread safe. */
| 2373 | * This function is not thread safe. |
| 2374 | */ |
| 2375 | static void unitTestClearDefault() { |
| 2376 | default_ = Device(); |
| 2377 | } |
| 2378 | #endif // #ifdef CL_HPP_UNIT_TEST_ENABLE |
| 2379 | |
| 2380 | //! \brief Default constructor - initializes to nullptr. |