libigl v2.5.0
Loading...
Searching...
No Matches
igl::xml::serialization_xml::is_serializable< T > Struct Template Reference

#include <serialize_xml.h>

Public Types

using T0 = typename std::remove_pointer< T >::type
 

Static Public Attributes

static const bool value
 

Member Typedef Documentation

◆ T0

template<typename T >
using igl::xml::serialization_xml::is_serializable< T >::T0 = typename std::remove_pointer<T>::type

Member Data Documentation

◆ value

template<typename T >
const bool igl::xml::serialization_xml::is_serializable< T >::value
static
Initial value:
= std::is_fundamental<T0>::value || std::is_same<std::string,T0>::value || std::is_base_of<XMLSerializableBase,T0>::value
static const bool value
Definition serialize_xml.h:235
static const bool value
Definition serialize_xml.h:224

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