Scarab  v2.11.1
Project 8 C++ Utility Library
Public Types | List of all members
same_size< T > Struct Template Reference

#include <numpy.h>

Public Types

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

Detailed Description

template<typename T>
struct pybind11::detail::same_size< T >

Definition at line 112 of file numpy.h.

Member Typedef Documentation

◆ as

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

Definition at line 113 of file numpy.h.


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