|
Krita Source Code Documentation
|
#include <functional>#include <memory>#include <type_traits>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | std::experimental |
| namespace | std::experimental::fundamentals_v2 |
Macros | |
| #define | PROPAGATE_CONST_CONSTEXPR constexpr |
Functions | |
| template<class T > | |
| PROPAGATE_CONST_CONSTEXPR void | std::experimental::fundamentals_v2::swap (propagate_const< T > &pt, propagate_const< T > &pu) noexcept(noexcept(swap(declval< T & >(), declval< T & >()))) |
| #define PROPAGATE_CONST_CONSTEXPR constexpr |
Definition at line 33 of file propagate_const.h.