Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function template get_c

boost::yap::get_c

Synopsis

// In header: <boost/yap/algorithm.hpp>


template<long long I, typename Expr> 
  decltype(auto) constexpr get_c(Expr && expr);

Description

Returns get(expr, boost::hana::llong_c<I>).


PrevUpHomeNext