Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Functions
boost Namespace Reference

Namespaces

namespace  python
 
namespace  serialization
 

Functions

bool operator!= (const Euclid::SourceCatalog::Source::id_type &a, const Euclid::SourceCatalog::Source::id_type &b)
 boost::variant specifies an equality operator (==), but, in older boost versions, not an inequality one CCfits expects != to be defined, so we do it here
 
std::ostreamoperator<< (std::ostream &out, const Euclid::Table::Row::cell_type &cell)
 

Detailed Description

Copyright (C) 2022 Euclid Science Ground Segment

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Function Documentation

◆ operator!=()

bool boost::operator!= ( const Euclid::SourceCatalog::Source::id_type a,
const Euclid::SourceCatalog::Source::id_type b 
)
inline

boost::variant specifies an equality operator (==), but, in older boost versions, not an inequality one CCfits expects != to be defined, so we do it here

Definition at line 145 of file Source.h.

◆ operator<<()

std::ostream & boost::operator<< ( std::ostream out,
const Euclid::Table::Row::cell_type cell 
)
inline

Adding to the boost namespace is allowed, so we overload for our particular variant (cell_type)

Definition at line 30 of file TestHelper.h.