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.
PrevUpHomeNext

Struct dst_not_valid

boost::local_time::dst_not_valid —

Synopsis

struct dst_not_valid {
  // construct/copy/destruct
  dst_not_valid(std::string = "");

  // public member functions
};

Description

dst_not_valid construct/copy/destruct

  1. dst_not_valid(std::string _msg = "");

dst_not_valid public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext