#include "decl.hpp"
Go to the source code of this file.
Classes | |
struct | eagine::valid_if_nz_policy< T > |
Policy class for values valid if not equal to zero. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Typedefs | |
template<typename T > | |
using | eagine::valid_if_not_zero = valid_if< T, valid_if_nz_policy< T > > |
Specialization of valid_if, for values valid if not equal to zero. More... | |
template<typename T > | |
using | eagine::nonzero_t = valid_if_not_zero< T > |
Alias for valid_if_not_zero. | |
Copyright Matus Chochlik. 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