XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
meta.hpp File Reference

template meta-programming utilities More...

+ Include dependency graph for meta.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::_::_RAII
 helper class for general purpose RAII rarely created directly. More...
 
class  xtd::get_parameter< _ParamNum, _Ty >
 Gets the type of a parameter in a method declaration. More...
 
class  xtd::get_parameter< 0, _ReturnT(_HeadT, _TailT...)>
 
class  xtd::get_parameter< _ParamNum, _ReturnT(_HeadT, _TailT...)>
 
class  xtd::intrinsic_of_size< _Size >
 meta-function to get the intrinsic of a specified size More...
 
class  xtd::is_a< typename, >
 Determine if a type is specified in a list. More...
 
class  xtd::is_a< _Ty >
 
class  xtd::is_a< _Ty, _HeadT, _TailT...>
 
class  xtd::is_a< _Ty, _Ty, _TailT...>
 
class  xtd::last< _Tys >
 
class  xtd::_::last_t< size_t, >
 
class  xtd::_::last_t< 1, _HeadT >
 
class  xtd::_::last_t< _index, _HeadT, _TailT...>
 
class  xtd::lower_case< _ChT, _val >
 meta-function to convert a static upper case ascii character to lower case More...
 
class  xtd::processor_intrinsic< _Ty >
 meta-function to get the processor intrinsic storage for a type. More...
 
class  xtd::task<>
 chains together multiple methods in a single task More...
 
class  xtd::task< _HeadT, _TailT...>
 
class  xtd::task<>
 

Namespaces

 xtd
 The main namespace of the XTL library.
 
 xtd::_
 gets the last element of a parameter pack
 

Macros

#define RAII(...)   xtd::_::_RAII UNIQUE_IDENTIFIER(raii_object)([&](){ __VA_ARGS__ ; });
 

Functions

template<typename _Ty >
constexpr uint32_t xtd::hidword (_Ty value)
 
template<typename _Ty >
constexpr processor_intrinsic
< _Ty >::type 
xtd::intrinsic_cast (_Ty src)
 casts a pointer to the processor intrinsic storage type More...
 
template<typename _Ty >
constexpr processor_intrinsic
< _Ty * >::type 
xtd::intrinsic_cast (const _Ty *src)
 
template<typename _Ty >
constexpr uint32_t xtd::lodword (_Ty value)
 

Detailed Description

template meta-programming utilities

Definition in file meta.hpp.


Data Structure Documentation

class xtd::get_parameter

template<int _ParamNum, typename _Ty>
class xtd::get_parameter< _ParamNum, _Ty >

Gets the type of a parameter in a method declaration.

Definition at line 122 of file meta.hpp.

+ Collaboration diagram for xtd::get_parameter< _ParamNum, _Ty >:
class xtd::intrinsic_of_size

template<int _Size>
class xtd::intrinsic_of_size< _Size >

meta-function to get the intrinsic of a specified size

Template Parameters
_Sizesize
Returns
intrinsic of specified size

Definition at line 43 of file meta.hpp.

+ Collaboration diagram for xtd::intrinsic_of_size< _Size >:
class xtd::is_a

template<typename, typename...>
class xtd::is_a< typename, >

Determine if a type is specified in a list.

Definition at line 115 of file meta.hpp.

+ Inheritance diagram for xtd::is_a< typename, >:
+ Collaboration diagram for xtd::is_a< typename, >:
class xtd::_::last_t

template<size_t, typename...>
class xtd::_::last_t< size_t, >

Definition at line 79 of file meta.hpp.

+ Collaboration diagram for xtd::_::last_t< size_t, >:
class xtd::task

template<typename...>
class xtd::task<>

chains together multiple methods in a single task

Definition at line 94 of file meta.hpp.

+ Collaboration diagram for xtd::task<>: