Krita Source Code Documentation
Loading...
Searching...
No Matches
detail::all_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::all_support_prefix< T >

Check if all the passed types define 'support_prefix = true'

Definition at line 40 of file KisOptionTuple.h.

Member Data Documentation

◆ value

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

Definition at line 42 of file KisOptionTuple.h.


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