LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
stdmap_shims.h File Reference
#include <algorithm>
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <stdexcept>
#include <type_traits>
#include <utility>
#include "fhiclcpp/parse_shims_opts.h"

Go to the source code of this file.

Classes

class  shims::map< Key, T, Compare, Allocator >
 
struct  shims::map< Key, T, Compare, Allocator >::iterator_tuple
 
struct  shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >
 
struct  shims::map< Key, T, Compare, Allocator >::maps_tuple
 

Namespaces

 shims
 

Functions

template<typename IIL , typename IIR >
std::enable_if< !std::is_same< IIL, IIR >::value &&std::is_same< typename std::remove_const< typename IIL::type >::type, typename std::remove_const< typename IIR::type >::type >::value, bool >::type shims::operator== (IIL left, IIR right)
 
template<typename IIL , typename IIR >
std::enable_if< !std::is_same< IIL, IIR >::value &&std::is_same< typename std::remove_const< typename IIL::type >::type, typename std::remove_const< typename IIR::type >::type >::value, bool >::type shims::operator!= (IIL left, IIR right)