Instigate Open Source Documentation

src/stl/_unary_type_traits.hpp File Reference

STL algorithms, implemented using Instigate GP methodology. More...

Go to the source code of this file.

Namespaces

namespace  instigate
namespace  instigate::stl

Classes

struct  instigate::stl::true_type
 true_type definition More...
struct  instigate::stl::false_type
 false_type definition More...
struct  instigate::stl::unary_type_traits< _Tp >
 Type Traits Concept. More...
struct  instigate::stl::unary_type_traits< bool >
 Specialization of the instigate::stl::unary_type_traits for bool type. More...
struct  instigate::stl::unary_type_traits< char >
 Specialization of the instigate::stl::unary_type_traits for char type. More...
struct  instigate::stl::unary_type_traits< signed char >
 Specialization of the instigate::stl::unary_type_traits for signed char type. More...
struct  instigate::stl::unary_type_traits< unsigned char >
 Specialization of the instigate::stl::unary_type_traits for unsigned char type. More...
struct  instigate::stl::unary_type_traits< wchar_t >
 Specialization of the instigate::stl::unary_type_traits for wchar_t type. More...
struct  instigate::stl::unary_type_traits< short >
 Specialization of the instigate::stl::unary_type_traits for short type. More...
struct  instigate::stl::unary_type_traits< unsigned short >
 Specialization of the instigate::stl::unary_type_traits for unsigned short type. More...
struct  instigate::stl::unary_type_traits< int >
 Specialization of the instigate::stl::unary_type_traits for int type. More...
struct  instigate::stl::unary_type_traits< unsigned int >
 Specialization of the instigate::stl::unary_type_traits for unsigned int type. More...
struct  instigate::stl::unary_type_traits< long >
 Specialization of the instigate::stl::unary_type_traits for long type. More...
struct  instigate::stl::unary_type_traits< unsigned long >
 Specialization of the instigate::stl::unary_type_traits for unsigned long type. More...
struct  instigate::stl::unary_type_traits< long long >
 Specialization of the instigate::stl::unary_type_traits for long long type. More...
struct  instigate::stl::unary_type_traits< unsigned long long >
 Specialization of the instigate::stl::unary_type_traits for unsigned long long type. More...
struct  instigate::stl::unary_type_traits< float >
 Specialization of the instigate::stl::unary_type_traits for float type. More...
struct  instigate::stl::unary_type_traits< double >
 Specialization of the instigate::stl::unary_type_traits for double type. More...
struct  instigate::stl::unary_type_traits< long double >
 Specialization of the instigate::stl::unary_type_traits for long double type. More...
struct  instigate::stl::unary_type_traits< _Tp * >
 Specialization of the instigate::stl::unary_type_traits for pointer. More...
struct  instigate::stl::unary_type_traits< char * >
 Specialization of the instigate::stl::unary_type_traits for pointer to char. More...
struct  instigate::stl::unary_type_traits< signed char * >
 Specialization of the instigate::stl::unary_type_traits for pointer to signed char. More...
struct  instigate::stl::unary_type_traits< unsigned char * >
 Specialization of the instigate::stl::unary_type_traits for pointer to unsigned char. More...
struct  instigate::stl::unary_type_traits< const char * >
 Specialization of the instigate::stl::unary_type_traits for pointer to constant char. More...
struct  instigate::stl::unary_type_traits< const signed char * >
 Specialization of the instigate::stl::unary_type_traits for pointer to constant signed char. More...
struct  instigate::stl::unary_type_traits< const unsigned char * >
 Specialization of the instigate::stl::unary_type_traits for pointer to constant unsigned char. More...


Detailed Description

STL algorithms, implemented using Instigate GP methodology.

Definition of the unary_type_traits Copyright © 2008-2010 Instigate CJSC, Armenia

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Silicon Graphics makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

Copyright © 1994 Hewlett-Packard Company

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Hewlett-Packard makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.



© Instigate CJSC, Open Source