Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::traits::detail::remove_value_const< std::pair< F, S > > Struct Template Reference

#include <container.hpp>

Public Types

typedef remove_value_const< F >
::type 
first_type
 
typedef remove_value_const< S >
::type 
second_type
 
typedef std::pair< first_type,
second_type
type
 

Member Typedef Documentation

template<typename F , typename S >
typedef remove_value_const<F>::type boost::spirit::traits::detail::remove_value_const< std::pair< F, S > >::first_type
template<typename F , typename S >
typedef remove_value_const<S>::type boost::spirit::traits::detail::remove_value_const< std::pair< F, S > >::second_type
template<typename F , typename S >
typedef std::pair<first_type, second_type> boost::spirit::traits::detail::remove_value_const< std::pair< F, S > >::type

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