Search:

Type: Posts; User: tony_chestnut

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,514

    Thanks a lot for the suggestions and pointers...

    Thanks a lot for the suggestions and pointers guys.
  2. Replies
    4
    Views
    1,514

    Distinguishing types

    Hi,

    I was wondering if someone could help me.
    I have a template function where based on the type passed in
    I have to possibly access a struct member or just print the value.
    Yet when I try to...
  3. I am trying to use TR1 mem_fn and when using it...

    I am trying to use TR1 mem_fn and when using it with a pointer to member data the returned object should not define any nested type names like result_type so I wanted to verify that this was the case...
  4. Check if something exists or is defined

    Hi,

    Suppose I want to check if for example a particular struct member is defined and I don't know the actual members of the struct.

    Here is an example along the same vein where I know the...
  5. Replies
    0
    Views
    1,235

    How to use result_of

    Hi everybody,

    I was wondering if someone could help me understand C++ TR1 result_of better.

    It says in the TR1 spec the following:

    "Given an rvalue f of type F and values t1, t2, ..., tN of...
  6. Replies
    6
    Views
    1,945

    Right, yeah that's why I'm confused about how I...

    Right, yeah that's why I'm confused about how I can achieve some sort of "list" of types.
  7. Replies
    6
    Views
    1,945

    List or container to hold types

    Hi,

    I'm having difficulty coming up with a solution for what I am trying to achieve and was hoping maybe someone had encountered this kind of situation before.

    I am attempting to test a feature...
Results 1 to 7 of 7