Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

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

Synopsis

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


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

PrevUpHomeNext