LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::details::referenced_address_impl< T, typename > Struct Template Reference

#include "MetaUtils.h"

Static Public Member Functions

static auto addressof (T &obj)
 

Detailed Description

template<typename T, typename = void>
struct util::details::referenced_address_impl< T, typename >

Definition at line 810 of file MetaUtils.h.

Member Function Documentation

template<typename T , typename = void>
static auto util::details::referenced_address_impl< T, typename >::addressof ( T &  obj)
inlinestatic

Definition at line 811 of file MetaUtils.h.

811 { return std::addressof(obj); }

The documentation for this struct was generated from the following file: