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

Struct dst_not_valid
PrevUpHomeNext

Struct dst_not_valid

boost::local_time::dst_not_valid —

Synopsis

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

Description

dst_not_valid construct/copy/destruct

  1. dst_not_valid(std::string _msg = "");
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext