#include "hash.hpp"
#include "max_min.hpp"
#include "memops.hpp"
#include "non_allocatable.hpp"
#include "boost/mpl/assert.hpp"
#include <algorithm>
#include <cstring>
#include <functional>
#include <memory>
#include <stdexcept>
#include <iterator>
#include <limits>
#include "stack_string_impl.hpp"
Go to the source code of this file.
|
template<unsigned int BuffN, class charT , class traits > |
std::basic_ostream< charT, traits > & | jmmcg::LIBJMMCG_VER_NAMESPACE::operator<< (std::basic_ostream< charT, traits > &os, basic_stack_string< BuffN, charT, traits > const &s) noexcept(false) |
|
template<unsigned int BuffN, class charT , class traits > |
std::basic_istream< charT, traits > & | jmmcg::LIBJMMCG_VER_NAMESPACE::operator>> (std::basic_istream< charT, traits > &os, basic_stack_string< BuffN, charT, traits > &s) noexcept(false) |
|