Krita Source Code Documentation
Loading...
Searching...
No Matches
std Namespace Reference

Namespaces

namespace  experimental
 

Classes

struct  add_const_if
 
struct  copy_const
 
struct  equal_to< experimental::fundamentals_v2::propagate_const< T > >
 
struct  greater< experimental::fundamentals_v2::propagate_const< T > >
 
struct  greater_equal< experimental::fundamentals_v2::propagate_const< T > >
 
struct  hash< experimental::fundamentals_v2::propagate_const< T > >
 
struct  hash< KisSharedPtr< T > >
 
struct  hash< KisWeakSharedPtr< T > >
 
struct  less< experimental::fundamentals_v2::propagate_const< T > >
 
struct  less_equal< experimental::fundamentals_v2::propagate_const< T > >
 
struct  not_equal_to< experimental::fundamentals_v2::propagate_const< T > >
 

Typedefs

template<bool is_const, class T >
using add_const_if_t = typename add_const_if<is_const, T>::type
 
template<typename Src , typename Dst >
using copy_const_t = typename copy_const<Src, Dst>::type
 

Typedef Documentation

◆ add_const_if_t

template<bool is_const, class T >
using std::add_const_if_t = typename add_const_if<is_const, T>::type

Definition at line 23 of file KisCppQuirks.h.

◆ copy_const_t

template<typename Src , typename Dst >
using std::copy_const_t = typename copy_const<Src, Dst>::type

Definition at line 36 of file KisCppQuirks.h.