Swarm-NG  1.1
boost::is_pod< ::std::pair< First, Second > > Class Template Reference

Marks a std::pair of PODs as a POD. More...

#include <binarystream.hpp>

Inherits integral_constant< bool, is_pod< First >::value &&is_pod< Second >::value >.

Detailed Description

template<typename First, typename Second>
class boost::is_pod< ::std::pair< First, Second > >

Marks a std::pair of PODs as a POD.

Definition at line 90 of file binarystream.hpp.


The documentation for this class was generated from the following file: