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 a snapshot of the master branch, built from commit 7789ef3d8d.
PrevUpHomeNext

Function template get_c

boost::yap::get_c

Synopsis

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


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

Description

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


PrevUpHomeNext