#include <di/util/get_in_place.h>
Public Member Functions | |
template<typename T, types::size_t index> | |
constexpr auto | operator() (Constexpr< index > place_holder, T &&tuple) const -> meta::TagInvokeResult< GetInPlaceFunction, Constexpr< index >, T > |
template<typename T, typename Type> | |
constexpr auto | operator() (types::InPlaceType< Type > place_holder, T &&tuple) const -> meta::TagInvokeResult< GetInPlaceFunction, types::InPlaceType< Type >, T > |
|
inlineconstexpr |
|
inlineconstexpr |