JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Functions
fixed_string.hpp File Reference
#include <boost/functional/hash.hpp>
#include <boost/operators.hpp>
#include <algorithm>
#include <cstring>
#include <ostream>
#include <type_traits>

Go to the source code of this file.

Classes

class  jb::fixed_string< wire_size_value >
 A helper type to define short (and fixed sized) string fields. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 

Functions

template<std::size_t size>
std::ostream & jb::operator<< (std::ostream &os, fixed_string< size > const &x)
 Streaming operator for jb::mktdata::fixed_string<> More...
 
template<std::size_t size>
std::size_t jb::hash_value (fixed_string< size > const &x)
 Implement a hash function and integrate with boost::hash. More...