#include <cstddef>
#include <boost/type_traits/detail/config.hpp>
#include <boost/type_traits/is_void.hpp>
#include <boost/type_traits/is_scalar.hpp>
#include <boost/type_traits/intrinsics.hpp>
Go to the source code of this file.
Classes | |
struct | boost::is_POD< T > |
struct | boost::is_pod< T > |
struct | boost::is_POD< T > |
struct | boost::is_pod< T[sz]> |
struct | boost::is_pod< void > |
struct | boost::is_pod< void const > |
struct | boost::is_pod< void const volatile > |
struct | boost::is_pod< void volatile > |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
Macros | |
#define | BOOST_INTERNAL_IS_POD(T) false |
#define BOOST_INTERNAL_IS_POD | ( | T | ) | false |
Definition at line 25 of file is_pod.hpp.