libhatchet
Loading...
Searching...
No Matches
hxbinds_directly< T, U_ > Struct Template Reference

#include <hxutility.h>

Static Public Attributes

static constexpr bool value = decltype(test_(hxdeclval<U_&>()))::value

Detailed Description

template<typename T, typename U_>
struct hxbinds_directly< T, U_ >

hxbinds_directly<T, U> - Provides a value constant that is true when an lvalue of type U binds to T& without creating a temporary.

  • T : The referenced type.
  • U : The type of the lvalue being bound.

Member Data Documentation

◆ value

template<typename T, typename U_>
bool hxbinds_directly< T, U_ >::value = decltype(test_(hxdeclval<U_&>()))::value
staticconstexpr

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