Vcsn  2.8
Be Rational
xalloc.hxx File Reference

Implementation for vcsn/misc/xalloc.hh. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::detail
 

Functions

std::ostream & vcsn::operator<< (std::ostream &o, const iomanipulator &g)
 Launch the iomanipulator action on o. More...
 
template<typename StoredType >
std::enable_if_t< std::is_integral< StoredType >{}, StoredType & > vcsn::detail::get_slot (std::ostream &ostr, int index)
 
template<typename StoredType >
std::enable_if_t<!std::is_integral< StoredType >{}, StoredType & > vcsn::detail::get_slot (std::ostream &ostr, int index)
 

Detailed Description

Implementation for vcsn/misc/xalloc.hh.

Definition in file xalloc.hxx.