#include <container.h>
|
| typedef std::remove_const< T >::type | test_type |
| |
|
| template<typename A > |
| static constexpr bool | test (A *pt, const A *cpt=nullptr, decltype(pt->begin()) *=nullptr, decltype(pt->end()) *=nullptr, decltype(cpt->begin()) *=nullptr, decltype(cpt->end()) *=nullptr) |
| |
| template<typename A > |
| static constexpr bool | test (...) |
| |
◆ test_type
◆ test() [1/2]
template<typename T >
template<typename A >
| static constexpr bool ant::std_ext::is_stl_container_like< T >::test |
( |
A * |
pt, |
|
|
const A * |
cpt = nullptr, |
|
|
decltype(pt->begin()) * |
= nullptr, |
|
|
decltype(pt->end()) * |
= nullptr, |
|
|
decltype(cpt->begin()) * |
= nullptr, |
|
|
decltype(cpt->end()) * |
= nullptr |
|
) |
| |
|
inlinestatic |
◆ test() [2/2]
template<typename T >
template<typename A >
◆ value
The documentation for this struct was generated from the following file: