ITK  5.1.0
Insight Segmentation and Registration Toolkit
itk::is_static_castable< TFromType, TToType, TNoDeclType > Struct Template Reference

#include <itkMetaProgrammingLibrary.h>

+ Inheritance diagram for itk::is_static_castable< TFromType, TToType, TNoDeclType >:
+ Collaboration diagram for itk::is_static_castable< TFromType, TToType, TNoDeclType >:

Detailed Description

template<typename TFromType, typename TToType, typename TNoDeclType = TToType>
struct itk::is_static_castable< TFromType, TToType, TNoDeclType >

MPL relational type trait to check if a static_cast conversion exists.

Identifies if "static_cast<TToType>(TFromType)" can be done.

Definition at line 223 of file itkMetaProgrammingLibrary.h.


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