ansys::dpf::TypeDescriptor Struct Reference
Last update: 16.07.2025#include <dpf_api_base.h>
Public Member Functions | |
| TypeDescriptor (TypeDescriptor const &)=default | |
| TypeDescriptor (TypeDescriptor &&)=default | |
| TypeDescriptor & | operator= (TypeDescriptor const &)=default |
| TypeDescriptor & | operator= (TypeDescriptor &&)=default |
| bool | operator== (TypeDescriptor const &) const |
| bool | operator< (TypeDescriptor const &) const |
| bool | operator<= (TypeDescriptor const &) const |
| bool | operator!= (TypeDescriptor const &) const |
| operator std::string () const | |
| const char * | c_str () const |
Detailed Description
Description of type.
- See also
- types
Member Function Documentation
◆ c_str()
| const char * ansys::dpf::TypeDescriptor::c_str | ( | ) | const |
- Returns
- Name of type.
◆ operator std::string()
| ansys::dpf::TypeDescriptor::operator std::string | ( | ) | const |
Name of type.