Public Types | |
| typedef char | yes [1] |
| typedef char | no [2] |
Static Public Member Functions | |
| template<typename C > | |
| static yes & | test (void_if_valid< typename push_traits< decltype(&C::push)>::type > *) |
| template<typename > | |
| static no & | test (...) |
Static Public Attributes | |
| static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Definition at line 85 of file node_traits.h.