libzypp  17.35.14
ztui::ansi::ColorTraits< Tp_ > Struct Template Reference

#include <zypp-tui/utils/ansi.h>

Public Types

enum  { customColorCtor = false }
 

Related Functions

(Note that these are not member functions.)

template<typename CCC_ >
using EnableIfCustomColorCtor = std::enable_if_t< ansi::ColorTraits< std::decay_t< CCC_ > >::customColorCtor >
 
template<typename CCC_ >
using DisableIfCustomColorCtor = std::enable_if_t< !ansi::ColorTraits< std::decay_t< CCC_ > >::customColorCtor >
 

Detailed Description

template<class Tp_>
struct ztui::ansi::ColorTraits< Tp_ >

Definition at line 146 of file ansi.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Tp_ >
anonymous enum
Enumerator
customColorCtor 

Definition at line 147 of file ansi.h.

Friends And Related Function Documentation

◆ EnableIfCustomColorCtor

template<class Tp_ >
template<typename CCC_ >
using EnableIfCustomColorCtor = std::enable_if_t< ansi::ColorTraits<std::decay_t<CCC_> >::customColorCtor >
related

<Tp_> SFINAE: hide template signatures unless enum is enabled in ColorTraits

Definition at line 152 of file ansi.h.

◆ DisableIfCustomColorCtor

template<class Tp_ >
template<typename CCC_ >
using DisableIfCustomColorCtor = std::enable_if_t< !ansi::ColorTraits<std::decay_t<CCC_> >::customColorCtor >
related

<Tp_> SFINAE: hide template signatures unless enum is enabled in ColorTraits

Definition at line 156 of file ansi.h.


The documentation for this struct was generated from the following file: