μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | List of all members
same_size< T > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/numpy.h>

Public Types

template<typename U >
using as = bool_constant< sizeof(T)==sizeof(U)>
 
template<typename U >
using as = bool_constant< sizeof(T)==sizeof(U)>
 

Detailed Description

template<typename T>
struct same_size< T >

Definition at line 122 of file numpy.h.

Member Typedef Documentation

◆ as [1/2]

template<typename T >
template<typename U >
using same_size< T >::as = bool_constant<sizeof(T) == sizeof(U)>

Definition at line 124 of file numpy.h.

◆ as [2/2]

template<typename T >
template<typename U >
using same_size< T >::as = bool_constant<sizeof(T) == sizeof(U)>

Definition at line 126 of file numpy.h.


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