Chemical Descriptors Library: is_cdl_implicit_H_pred
Atom Functors

is_cdl_implicit_H_pred

Object type

Unary predicate

Description

The predicate returns true if the atom passed to the function is an implicit hydrogen added by the CDL.

Prototype

  template <class Atom>
  struct is_cdl_implicit_H_pred : std::unary_function<Atom,bool> {

    bool operator()(const argument_type& a) const;

  };

Associated types

type nameDescriptionmember type
argument_type The atom's type public
result_type bool public

Definition

#include <morpho/cdl/atom/functors/atom_ftors.hpp>

Preconditions

Complexity

Constant

Example



References



Copyright © Vladimir Josef Sykora & Morphochem AG 2003
Copyright © Vladimir Josef Sykora 2003-2006