libpniio
|
#include "../nxobject.hpp"
Go to the source code of this file.
Data Structures | |
class | pni::io::nx::is_valid_visitor< GTYPE, FTYPE, ATYPE, LTYPE > |
check object validity More... | |
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
Functions | |
template<typename OTYPE > | |
bool | pni::io::nx::is_valid (const OTYPE &o) noexcept |
visitor checking object validity More... | |
template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > | |
bool | pni::io::nx::is_valid (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &o) noexcept |
is_valid wrapper More... | |