Krita Source Code Documentation
Loading...
Searching...
No Matches
detail::none_support_prefix< T > Struct Template Reference

#include <KisOptionTuple.h>

Static Public Attributes

static constexpr bool value = (!supports_prefix<T>::value && ...)
 

Detailed Description

template<typename... T>
struct detail::none_support_prefix< T >

Check if none the passed types defines 'support_prefix = true'

Definition at line 49 of file KisOptionTuple.h.

Member Data Documentation

◆ value

template<typename... T>
constexpr bool detail::none_support_prefix< T >::value = (!supports_prefix<T>::value && ...)
staticconstexpr

Definition at line 51 of file KisOptionTuple.h.


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