JSON Voorhees
Killer JSON for C++
generic_container.hpp File Reference

Copyright (c) 2014 by Travis Gockel. More...

#include <jsonv/config.hpp>
#include <algorithm>
#include <initializer_list>
#include <utility>

Go to the source code of this file.

Classes

class  jsonv::detail::generic_container< TStorage >
 A generic container that exposes the traversal and modification operations externally. More...
 

Functions

template<typename TStorage >
bool jsonv::detail::operator== (const generic_container< TStorage > &a, const generic_container< TStorage > &b)
 
template<typename TStorage >
bool jsonv::detail::operator!= (const generic_container< TStorage > &a, const generic_container< TStorage > &b)
 

Detailed Description

Copyright (c) 2014 by Travis Gockel.

All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.

Author
Travis Gockel (travi.nosp@m.s@go.nosp@m.ckelh.nosp@m.ut.c.nosp@m.om)

Definition in file generic_container.hpp.