'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct null

odtone::mih::null

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/base.hpp>


struct null {

  // public member functions
  template<typename ArchiveT> void serialize(ArchiveT &);
  bool operator==(const null &) const;
};

Description

Define NULL data type.

null public member functions

  1. template<typename ArchiveT> void serialize(ArchiveT & ar);

    Serialize/deserialize the NULL data type.

    Parameters:

    ar

    The archive to/from where serialize/deserialize the data type.

  2. bool operator==(const null &) const;

PrevUpHomeNext