|
Krita Source Code Documentation
|
#include <krita_container_utils.h>
Public Types | |
| typedef std::remove_const< T >::type | test_type |
Static Public Member Functions | |
| template<typename A > | |
| static constexpr bool | test (...) |
| template<typename A , typename R = decltype(std::declval<A&>().push_back(std::declval<typename A::value_type>()))> | |
| static constexpr bool | test (A *) |
Static Public Attributes | |
| static const bool | value = test<test_type>(nullptr) |
Definition at line 86 of file krita_container_utils.h.
| typedef std::remove_const<T>::type KritaUtils::is_appendable_container< T >::test_type |
Definition at line 88 of file krita_container_utils.h.
|
inlinestaticconstexpr |
Definition at line 96 of file krita_container_utils.h.
|
inlinestaticconstexpr |
Definition at line 91 of file krita_container_utils.h.
|
static |
Definition at line 100 of file krita_container_utils.h.