boost::xint::options::nothrow Struct Reference

Disables exceptions from the library. More...


Detailed Description

Disables exceptions from the library.

If used, then operations using this library do not throw exceptions, they return special values (most often Not-a-Number) to indicate failures. The default is to allow exceptions.

Definition at line 151 of file options.hpp.


The documentation for this struct was generated from the following file:

© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)