The Sparta Modeling Framework
|
Public Types | |
enum | { is_smartptr = sizeof(hasGetMethod<T>(0)) == sizeof(yep) } |
Has a value of true if T responds to -> operator. More... | |
enum | { stl_smartptr = !std::is_void<decltype(hasPointerOperator<T>(0))>::value } |
enum | { stl_iterable = !std::is_void<decltype(hasIterator<T>(0))>::value } |
Definition at line 16 of file Traits.hpp.
anonymous enum |
Has a value of true if T responds to -> operator.
Definition at line 36 of file Traits.hpp.
anonymous enum |
Definition at line 37 of file Traits.hpp.
anonymous enum |
Definition at line 38 of file Traits.hpp.