Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(T)>

boost::proto::functional::as_child::result<This(T)>

Synopsis

// In header: <boost/proto/traits.hpp>


template<typename This, typename T> 
struct result<This(T)> :  proto::result_of::as_child< T, Domain > {
};

PrevUpHomeNext