#include <algorithm>
#include <cassert>
#include <iostream>
#include <limits>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
mcap | |
mcap::internal | |
Functions | |
template<class Scalar , typename Value > | |
Value | mcap::internal::intervalStart (const Interval< Scalar, Value > &i) |
template<class Scalar , typename Value > | |
Value | mcap::internal::intervalStop (const Interval< Scalar, Value > &i) |
template<class Scalar , typename Value > | |
std::ostream & | mcap::internal::operator<< (std::ostream &out, const Interval< Scalar, Value > &i) |