|
Krita Source Code Documentation
|
#include <KisCppQuirks.h>
Public Types | |
| using | type = std::conditional_t<is_const, std::add_const_t<T>, T> |
Definition at line 17 of file KisCppQuirks.h.
| using std::add_const_if< is_const, T >::type = std::conditional_t<is_const, std::add_const_t<T>, T> |
Definition at line 19 of file KisCppQuirks.h.