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

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
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