Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct null_observer

boost::numeric::odeint::null_observer

Synopsis

// In header: <boost/numeric/odeint/integrate/null_observer.hpp>


struct null_observer {

  // public member functions
  template<typename State, typename Time> 
    void operator()(const State &, Time) const;
};

Description

null_observer public member functions

  1. template<typename State, typename Time> 
      void operator()(const State &, Time) const;

PrevUpHomeNext