Krita Source Code Documentation
Loading...
Searching...
No Matches
DefaultValueTraits< T > Struct Template Reference

#include <map_traits.h>

Public Types

typedef std::intptr_t IntType
 
typedef T Value
 

Static Public Attributes

static const IntType NullValue = 0
 
static const IntType Redirect = 1
 

Detailed Description

template<class T>
struct DefaultValueTraits< T >

Definition at line 73 of file map_traits.h.

Member Typedef Documentation

◆ IntType

template<class T >
typedef std::intptr_t DefaultValueTraits< T >::IntType

Definition at line 75 of file map_traits.h.

◆ Value

template<class T >
typedef T DefaultValueTraits< T >::Value

Definition at line 74 of file map_traits.h.

Member Data Documentation

◆ NullValue

template<class T >
const IntType DefaultValueTraits< T >::NullValue = 0
static

Definition at line 76 of file map_traits.h.

◆ Redirect

template<class T >
const IntType DefaultValueTraits< T >::Redirect = 1
static

Definition at line 77 of file map_traits.h.


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