Public Types | Static Public Member Functions

internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector > Struct Template Reference

#include <PlainObjectBase.h>

List of all members.

Public Types

typedef Derived::Index Index

Static Public Member Functions

static void run (DenseBase< Derived > &_this, Index rows, Index cols)
static void run (DenseBase< Derived > &_this, const DenseBase< OtherDerived > &other)

template<typename Derived, typename OtherDerived, bool IsVector>
struct internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >


Member Typedef Documentation

template<typename Derived , typename OtherDerived , bool IsVector>
typedef Derived::Index internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::Index

Member Function Documentation

template<typename Derived , typename OtherDerived , bool IsVector>
static void internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run ( DenseBase< Derived > &  _this,
Index  rows,
Index  cols 
) [inline, static]
template<typename Derived , typename OtherDerived , bool IsVector>
static void internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run ( DenseBase< Derived > &  _this,
const DenseBase< OtherDerived > &  other 
) [inline, static]

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