jbson
C++11/1y BSON library
|
View on GitHub
Trait to determine if an iterator is a pointer, or pointer in disguise. More...
#include <traits.hpp>
Trait to determine if an iterator is a pointer, or pointer in disguise.
Types such as std::vector and std::string use thin wrappers around pointers as iterators. Specialisations for these inherit from std::true_type.
Totally non-portable; only tested with libc++ and libstdc++.
Definition at line 53 of file traits.hpp.