PrevUpHomeNext

begin

Description

Returns the result type of begin

Synopsis

template< typename T, typename Tag >
struct begin {
    typedef unspecified type;
};

Expression Semantics

result_of::begin< T, tag::index<1> >::type


PrevUpHomeNext