| libzypp 17.37.10
    | 
#include <zypp-tui/utils/ansi.h>
| Public Types | |
| enum | { customColorCtor = false } | 
| Related Symbols | |
| (Note that these are not member symbols.) | |
| template<typename CCC_> | |
| using | EnableIfCustomColorCtor = std::enable_if_t< ansi::ColorTraits<std::decay_t<CCC_>>::customColorCtor > | 
| <Tp_> SFINAE: hide template signatures unless enum is enabled in ColorTraits | |
| template<typename CCC_> | |
| using | DisableIfCustomColorCtor = std::enable_if_t< !ansi::ColorTraits<std::decay_t<CCC_>>::customColorCtor > | 
| <Tp_> SFINAE: hide template signatures unless enum is enabled in ColorTraits | |
| 
 | 
<Tp_> SFINAE: hide template signatures unless enum is enabled in ColorTraits
| 
 | 
<Tp_> SFINAE: hide template signatures unless enum is enabled in ColorTraits