References
External links
Category:Online companies of Australia
Category:Internet properties established in 2006
Category:Companies based in Sydney
Category:2006 establishments in Australia
Category:Australian social networking websites = typename remove_reference::type(other.R());
}
// ----------------------------------------------------------------------------------------
template
inline
typename T::value_type class_name(T& item)
{
return item.m_name;
}
template
inline
string class_name(const T& item)
{
return item.m_name;
}
template
inline
typename T::value_type class_name(T& item, const char* prefix = "")
{
return item.m_name;
}
template
inline
string class_name(const T& item, const char* prefix = "")
{
return item.m_name;
}
template
inline
typename T::value_type class_name(T& item, const char* prefix, const char* suffix)
{
return item.m_name;
}
template
inline
string class_name(const T& item, const char* prefix, const char* suffix)
{
return item.m_name;
}
// ----------------------------------------------------------------------------------------
inline bool
is_placeholder(typename std::map::const_iterator it,
const std::map& symbols)
{
return it == symbols.end()? false : it->first == symbols[it->first];
}
// ----------------------------------------------------------------------------------------
} // end namespace dlib
#endif // DLIB_STD_KERNEL_H_
A Weblog by One Humble Bookworm
Menu
Tag Archives: mystery
Although I wrote the review earlier, I will now add my own take on the whole process, based on be359ba680
Related links:
Comments