IODA Bundle
ioda::Types::is_string< T > Struct Template Reference

Convenience struct to determine if a type can represent a string. More...

#include <Type.h>

Inheritance diagram for ioda::Types::is_string< T >:
[legend]
Collaboration diagram for ioda::Types::is_string< T >:
[legend]

Detailed Description

template<typename T>
struct ioda::Types::is_string< T >

Convenience struct to determine if a type can represent a string.

Todo:

extend to UTF-8 strings, as HDF5 supports these. No support for UTF-16, but conversion functions may be applied.

Fix for "const std::string".

Definition at line 171 of file Type.h.


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